Html Css Color HEX #B67008 Dark Goldenrod

📋 copy color: '#B67008'

red 182 ◦ green 112 ◦ blue 8

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

Shades of Dark Goldenrod #B67008

Tints of Dark Goldenrod #B67008

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.09%

 BLUE value IS 8 (3.52% from 255) = 2.65%

R = 60.26%
G = 37.09%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B67008 (or 0xB67008) is known color: Dark Goldenrod. HEX triplet: B6, 70 and 08. RGB value is (182,112,8). Sum of RGB (Red+Green+Blue) = 182+112+8=302 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.26% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 8 (3.52% from 255 or 2.65% from 302); Max value from RGB is 182 - color contains mainly: red. Hex color #B67008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67008 is #498FF7. Grayscale: #797979. Windows color (decimal): -4820984 or 553142. OLE color: 553142.

HSL color Cylindrical-coordinate representation of color #B67008: hue angle of 35.86º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B67008 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 112 8 -
CMYK 0 0.38 0.96 0.29
HSL 35.86º 0.92% 0.37% -
HSV(B) 35.86º 0.96% 0.71% -
XYZ 25.13 21.55 3.07 -
YUV 121.07 64.19 171.46 -
System Red Green Blue C M Y K H S L
Decimal 182 112 8 0 0.38 0.96 0.29 35.86 0.92 0.37
Hex B6 70 8 0 26 60 1D 24 5C 25
Octal 266 160 10 0 46 140 35 44 134 45
Binary 10110110 1110000 1000 0 100110 1100000 11101 100100 1011100 100101

Color Harmonies of #B67008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67008

Black with #B67008

Text Example


Text Example

White with #B67008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67008; }

 p { color: rgb(182,112,8); }

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

background-color css

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

 a { background-color: rgb(182,112,8); }

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

border-color css

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

 span { border-color: rgb(182,112,8); }

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