Html Css Color HEX #B08812 Dark Goldenrod

📋 copy color: '#B08812'

red 176 ◦ green 136 ◦ blue 18

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

Shades of Dark Goldenrod #B08812

Tints of Dark Goldenrod #B08812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.45%

R = 53.33%
G = 41.21%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B08812 (or 0xB08812) is known color: Dark Goldenrod. HEX triplet: B0, 88 and 12. RGB value is (176,136,18). Sum of RGB (Red+Green+Blue) = 176+136+18=330 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.33% from 330); Green value is 136 (53.52% from 255 or 41.21% from 330); Blue value is 18 (7.42% from 255 or 5.45% from 330); Max value from RGB is 176 - color contains mainly: red. Hex color #B08812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08812 is #4F77ED. Grayscale: #878787. Windows color (decimal): -5208046 or 1214640. OLE color: 1214640.

HSL color Cylindrical-coordinate representation of color #B08812: hue angle of 44.81º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B08812 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 136 18 -
CMYK 0 0.23 0.90 0.31
HSL 44.81º 0.81% 0.38% -
HSV(B) 44.81º 0.9% 0.69% -
XYZ 26.82 26.88 4.35 -
YUV 134.51 62.25 157.59 -
System Red Green Blue C M Y K H S L
Decimal 176 136 18 0 0.23 0.90 0.31 44.81 0.81 0.38
Hex B0 88 12 0 17 5A 1F 2D 51 26
Octal 260 210 22 0 27 132 37 55 121 46
Binary 10110000 10001000 10010 0 10111 1011010 11111 101101 1010001 100110

Color Harmonies of #B08812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08812

Black with #B08812

Text Example


Text Example

White with #B08812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08812; }

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

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

background-color css

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

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

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

border-color css

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

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

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