Html Css Color HEX #B08A16 Dark Goldenrod

📋 copy color: '#B08A16'

red 176 ◦ green 138 ◦ blue 22

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

Shades of Dark Goldenrod #B08A16

Tints of Dark Goldenrod #B08A16

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.07%

 BLUE value IS 22 (8.98% from 255) = 6.55%

R = 52.38%
G = 41.07%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B08A16 (or 0xB08A16) is known color: Dark Goldenrod. HEX triplet: B0, 8A and 16. RGB value is (176,138,22). Sum of RGB (Red+Green+Blue) = 176+138+22=336 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.38% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08A16 is #4F75E9. Grayscale: #888888. Windows color (decimal): -5207530 or 1477296. OLE color: 1477296.

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

Color convert

RGB 176 138 22 -
CMYK 0 0.22 0.88 0.31
HSL 45.19º 0.78% 0.39% -
HSV(B) 45.19º 0.88% 0.69% -
XYZ 27.14 27.46 4.63 -
YUV 136.14 63.59 156.43 -
System Red Green Blue C M Y K H S L
Decimal 176 138 22 0 0.22 0.88 0.31 45.19 0.78 0.39
Hex B0 8A 16 0 16 58 1F 2D 4E 27
Octal 260 212 26 0 26 130 37 55 116 47
Binary 10110000 10001010 10110 0 10110 1011000 11111 101101 1001110 100111

Color Harmonies of #B08A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08A16

Black with #B08A16

Text Example


Text Example

White with #B08A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08A16; }

 p { color: rgb(176,138,22); }

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

background-color css

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

 a { background-color: rgb(176,138,22); }

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

border-color css

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

 span { border-color: rgb(176,138,22); }

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