Html Css Color HEX #B08012 Dark Goldenrod

📋 copy color: '#B08012'

red 176 ◦ green 128 ◦ blue 18

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

Shades of Dark Goldenrod #B08012

Tints of Dark Goldenrod #B08012

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.75%

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

R = 54.66%
G = 39.75%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B08012 (or 0xB08012) is known color: Dark Goldenrod. HEX triplet: B0, 80 and 12. RGB value is (176,128,18). Sum of RGB (Red+Green+Blue) = 176+128+18=322 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.66% from 322); Green value is 128 (50.39% from 255 or 39.75% from 322); Blue value is 18 (7.42% from 255 or 5.59% from 322); Max value from RGB is 176 - color contains mainly: red. Hex color #B08012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08012 is #4F7FED. Grayscale: #828282. Windows color (decimal): -5210094 or 1212592. OLE color: 1212592.

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

Color convert

RGB 176 128 18 -
CMYK 0 0.27 0.90 0.31
HSL 41.77º 0.81% 0.38% -
HSV(B) 41.77º 0.9% 0.69% -
XYZ 25.73 24.71 3.99 -
YUV 129.81 64.9 160.94 -
System Red Green Blue C M Y K H S L
Decimal 176 128 18 0 0.27 0.90 0.31 41.77 0.81 0.38
Hex B0 80 12 0 1B 5A 1F 2A 51 26
Octal 260 200 22 0 33 132 37 52 121 46
Binary 10110000 10000000 10010 0 11011 1011010 11111 101010 1010001 100110

Color Harmonies of #B08012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08012

Black with #B08012

Text Example


Text Example

White with #B08012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08012; }

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

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

background-color css

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

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

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

border-color css

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

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

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