Html Css Color HEX #B08912 Dark Goldenrod

📋 copy color: '#B08912'

red 176 ◦ green 137 ◦ blue 18

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

Shades of Dark Goldenrod #B08912

Tints of Dark Goldenrod #B08912

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.39%

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

R = 53.17%
G = 41.39%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B08912 (or 0xB08912) is known color: Dark Goldenrod. HEX triplet: B0, 89 and 12. RGB value is (176,137,18). Sum of RGB (Red+Green+Blue) = 176+137+18=331 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.17% from 331); Green value is 137 (53.91% from 255 or 41.39% from 331); Blue value is 18 (7.42% from 255 or 5.44% from 331); Max value from RGB is 176 - color contains mainly: red. Hex color #B08912 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08912 is #4F76ED. Grayscale: #878787. Windows color (decimal): -5207790 or 1214896. OLE color: 1214896.

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

Color convert

RGB 176 137 18 -
CMYK 0 0.22 0.90 0.31
HSL 45.19º 0.81% 0.38% -
HSV(B) 45.19º 0.9% 0.69% -
XYZ 26.96 27.17 4.39 -
YUV 135.1 61.92 157.18 -
System Red Green Blue C M Y K H S L
Decimal 176 137 18 0 0.22 0.90 0.31 45.19 0.81 0.38
Hex B0 89 12 0 16 5A 1F 2D 51 26
Octal 260 211 22 0 26 132 37 55 121 46
Binary 10110000 10001001 10010 0 10110 1011010 11111 101101 1010001 100110

Color Harmonies of #B08912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08912

Black with #B08912

Text Example


Text Example

White with #B08912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08912; }

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

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

background-color css

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

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

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

border-color css

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

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

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