Html Css Color HEX #B68015 Dark Goldenrod

📋 copy color: '#B68015'

red 182 ◦ green 128 ◦ blue 21

#B68015
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #B68015

Tints of Dark Goldenrod #B68015

RGB

 RED value IS 182 (71.48% from 255) = 54.98%

 GREEN value IS 128 (50.39% from 255) = 38.67%

 BLUE value IS 21 (8.59% from 255) = 6.34%

R = 54.98%
G = 38.67%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B68015 (or 0xB68015) is known color: Dark Goldenrod. HEX triplet: B6, 80 and 15. RGB value is (182,128,21). Sum of RGB (Red+Green+Blue) = 182+128+21=331 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.98% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 21 (8.59% from 255 or 6.34% from 331); Max value from RGB is 182 - color contains mainly: red. Hex color #B68015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68015 is #497FEA. Grayscale: #848484. Windows color (decimal): -4816875 or 1409206. OLE color: 1409206.

HSL color Cylindrical-coordinate representation of color #B68015: hue angle of 39.88º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B68015 is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 128 21 -
CMYK 0 0.30 0.88 0.29
HSL 39.88º 0.79% 0.4% -
HSV(B) 39.88º 0.88% 0.71% -
XYZ 27.15 25.44 4.19 -
YUV 131.95 65.39 163.7 -
System Red Green Blue C M Y K H S L
Decimal 182 128 21 0 0.30 0.88 0.29 39.88 0.79 0.4
Hex B6 80 15 0 1E 58 1D 28 4F 28
Octal 266 200 25 0 36 130 35 50 117 50
Binary 10110110 10000000 10101 0 11110 1011000 11101 101000 1001111 101000

Color Harmonies of #B68015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68015

Black with #B68015

Text Example


Text Example

White with #B68015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68015; }

 p { color: rgb(182,128,21); }

 H1.HeaderClassName
 {
   color: #B68015;
 }
 .AnyTagClassName
 {
   color: #B68015;
 }
</style>

background-color css

<style>
 a { background-color: #B68015; }

 a { background-color: rgb(182,128,21); }

 div.DivClassName
 {
   background-color: #B68015;
 }
 .BgClassName
 {
   background-color: #B68015;
 }
</style>

border-color css

<style>
 span { border-color: #B68015; }

 span { border-color: rgb(182,128,21); }

 td.TdClassName
 {
   border-color: #B68015;
 }
 .TagClassName
 {
   border-color: #B68015;
 }
</style>