Html Css Color HEX #B88608 Dark Goldenrod

📋 copy color: '#B88608'

red 184 ◦ green 134 ◦ blue 8

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

Shades of Dark Goldenrod #B88608

Tints of Dark Goldenrod #B88608

RGB

 RED value IS 184 (72.27% from 255) = 56.44%

 GREEN value IS 134 (52.73% from 255) = 41.1%

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

R = 56.44%
G = 41.1%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#B88608 (or 0xB88608) is known color: Dark Goldenrod. HEX triplet: B8, 86 and 08. RGB value is (184,134,8). Sum of RGB (Red+Green+Blue) = 184+134+8=326 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.44% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 8 (3.52% from 255 or 2.45% from 326); Max value from RGB is 184 - color contains mainly: red. Hex color #B88608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88608 is #4779F7. Grayscale: #878787. Windows color (decimal): -4684280 or 558776. OLE color: 558776.

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

Color convert

RGB 184 134 8 -
CMYK 0 0.27 0.96 0.28
HSL 42.95º 0.92% 0.38% -
HSV(B) 42.95º 0.96% 0.72% -
XYZ 28.34 27.26 4 -
YUV 134.59 56.57 163.25 -
System Red Green Blue C M Y K H S L
Decimal 184 134 8 0 0.27 0.96 0.28 42.95 0.92 0.38
Hex B8 86 8 0 1B 60 1C 2B 5C 26
Octal 270 206 10 0 33 140 34 53 134 46
Binary 10111000 10000110 1000 0 11011 1100000 11100 101011 1011100 100110

Color Harmonies of #B88608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88608

Black with #B88608

Text Example


Text Example

White with #B88608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88608; }

 p { color: rgb(184,134,8); }

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

background-color css

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

 a { background-color: rgb(184,134,8); }

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

border-color css

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

 span { border-color: rgb(184,134,8); }

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