Html Css Color HEX #B08D0B Dark Goldenrod

📋 copy color: '#B08D0B'

red 176 ◦ green 141 ◦ blue 11

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

Shades of Dark Goldenrod #B08D0B

Tints of Dark Goldenrod #B08D0B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.99%

 BLUE value IS 11 (4.69% from 255) = 3.35%

R = 53.66%
G = 42.99%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B08D0B (or 0xB08D0B) is known color: Dark Goldenrod. HEX triplet: B0, 8D and 0B. RGB value is (176,141,11). Sum of RGB (Red+Green+Blue) = 176+141+11=328 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.66% from 328); Green value is 141 (55.47% from 255 or 42.99% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 176 - color contains mainly: red. Hex color #B08D0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08D0B is #4F72F4. Grayscale: #898989. Windows color (decimal): -5206773 or 757168. OLE color: 757168.

HSL color Cylindrical-coordinate representation of color #B08D0B: hue angle of 47.27º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B08D0B is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 141 11 -
CMYK 0 0.20 0.94 0.31
HSL 47.27º 0.88% 0.37% -
HSV(B) 47.27º 0.94% 0.69% -
XYZ 27.49 28.3 4.33 -
YUV 136.65 57.1 156.07 -
System Red Green Blue C M Y K H S L
Decimal 176 141 11 0 0.20 0.94 0.31 47.27 0.88 0.37
Hex B0 8D B 0 14 5E 1F 2F 58 25
Octal 260 215 13 0 24 136 37 57 130 45
Binary 10110000 10001101 1011 0 10100 1011110 11111 101111 1011000 100101

Color Harmonies of #B08D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08D0B

Black with #B08D0B

Text Example


Text Example

White with #B08D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08D0B; }

 p { color: rgb(176,141,11); }

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

background-color css

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

 a { background-color: rgb(176,141,11); }

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

border-color css

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

 span { border-color: rgb(176,141,11); }

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