Html Css Color HEX #B08008 Dark Goldenrod

📋 copy color: '#B08008'

red 176 ◦ green 128 ◦ blue 8

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

Shades of Dark Goldenrod #B08008

Tints of Dark Goldenrod #B08008

RGB

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

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

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

R = 56.41%
G = 41.03%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B08008 (or 0xB08008) is known color: Dark Goldenrod. HEX triplet: B0, 80 and 08. RGB value is (176,128,8). Sum of RGB (Red+Green+Blue) = 176+128+8=312 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.41% from 312); Green value is 128 (50.39% from 255 or 41.03% from 312); Blue value is 8 (3.52% from 255 or 2.56% from 312); Max value from RGB is 176 - color contains mainly: red. Hex color #B08008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08008 is #4F7FF7. Grayscale: #818181. Windows color (decimal): -5210104 or 557232. OLE color: 557232.

HSL color Cylindrical-coordinate representation of color #B08008: hue angle of 42.86º 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 #B08008 is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 128 8 -
CMYK 0 0.27 0.95 0.31
HSL 42.86º 0.91% 0.36% -
HSV(B) 42.86º 0.95% 0.69% -
XYZ 25.67 24.69 3.64 -
YUV 128.67 59.9 161.76 -
System Red Green Blue C M Y K H S L
Decimal 176 128 8 0 0.27 0.95 0.31 42.86 0.91 0.36
Hex B0 80 8 0 1B 5F 1F 2B 5B 24
Octal 260 200 10 0 33 137 37 53 133 44
Binary 10110000 10000000 1000 0 11011 1011111 11111 101011 1011011 100100

Color Harmonies of #B08008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08008

Black with #B08008

Text Example


Text Example

White with #B08008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08008; }

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

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

background-color css

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

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

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

border-color css

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

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

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