Html Css Color HEX #B08808 Dark Goldenrod

📋 copy color: '#B08808'

red 176 ◦ green 136 ◦ blue 8

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

Shades of Dark Goldenrod #B08808

Tints of Dark Goldenrod #B08808

RGB

 RED value IS 176 (69.14% from 255) = 55%

 GREEN value IS 136 (53.52% from 255) = 42.5%

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

R = 55%
G = 42.5%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B08808 (or 0xB08808) is known color: Dark Goldenrod. HEX triplet: B0, 88 and 08. RGB value is (176,136,8). Sum of RGB (Red+Green+Blue) = 176+136+8=320 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55% from 320); Green value is 136 (53.52% from 255 or 42.5% from 320); Blue value is 8 (3.52% from 255 or 2.5% from 320); Max value from RGB is 176 - color contains mainly: red. Hex color #B08808 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08808 is #4F77F7. Grayscale: #858585. Windows color (decimal): -5208056 or 559280. OLE color: 559280.

HSL color Cylindrical-coordinate representation of color #B08808: hue angle of 45.71º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B08808 is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 136 8 -
CMYK 0 0.23 0.95 0.31
HSL 45.71º 0.91% 0.36% -
HSV(B) 45.71º 0.95% 0.69% -
XYZ 26.75 26.86 4 -
YUV 133.37 57.25 158.41 -
System Red Green Blue C M Y K H S L
Decimal 176 136 8 0 0.23 0.95 0.31 45.71 0.91 0.36
Hex B0 88 8 0 17 5F 1F 2E 5B 24
Octal 260 210 10 0 27 137 37 56 133 44
Binary 10110000 10001000 1000 0 10111 1011111 11111 101110 1011011 100100

Color Harmonies of #B08808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08808

Black with #B08808

Text Example


Text Example

White with #B08808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08808; }

 p { color: rgb(176,136,8); }

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

background-color css

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

 a { background-color: rgb(176,136,8); }

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

border-color css

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

 span { border-color: rgb(176,136,8); }

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