Html Css Color HEX #B08815 Dark Goldenrod

📋 copy color: '#B08815'

red 176 ◦ green 136 ◦ blue 21

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

Shades of Dark Goldenrod #B08815

Tints of Dark Goldenrod #B08815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.31%

R = 52.85%
G = 40.84%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B08815 (or 0xB08815) is known color: Dark Goldenrod. HEX triplet: B0, 88 and 15. RGB value is (176,136,21). Sum of RGB (Red+Green+Blue) = 176+136+21=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 136 (53.52% from 255 or 40.84% from 333); Blue value is 21 (8.59% from 255 or 6.31% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B08815 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08815 is #4F77EA. Grayscale: #878787. Windows color (decimal): -5208043 or 1411248. OLE color: 1411248.

HSL color Cylindrical-coordinate representation of color #B08815: hue angle of 44.52º degrees, saturation: 0.79, 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 #B08815 is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 136 21 -
CMYK 0 0.23 0.88 0.31
HSL 44.52º 0.79% 0.39% -
HSV(B) 44.52º 0.88% 0.69% -
XYZ 26.84 26.89 4.49 -
YUV 134.85 63.75 157.35 -
System Red Green Blue C M Y K H S L
Decimal 176 136 21 0 0.23 0.88 0.31 44.52 0.79 0.39
Hex B0 88 15 0 17 58 1F 2D 4F 27
Octal 260 210 25 0 27 130 37 55 117 47
Binary 10110000 10001000 10101 0 10111 1011000 11111 101101 1001111 100111

Color Harmonies of #B08815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08815

Black with #B08815

Text Example


Text Example

White with #B08815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08815; }

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

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

background-color css

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

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

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

border-color css

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

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

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