Html Css Color HEX #B08512 Dark Goldenrod

📋 copy color: '#B08512'

red 176 ◦ green 133 ◦ blue 18

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

Shades of Dark Goldenrod #B08512

Tints of Dark Goldenrod #B08512

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.67%

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

R = 53.82%
G = 40.67%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B08512 (or 0xB08512) is known color: Dark Goldenrod. HEX triplet: B0, 85 and 12. RGB value is (176,133,18). Sum of RGB (Red+Green+Blue) = 176+133+18=327 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.82% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 176 - color contains mainly: red. Hex color #B08512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08512 is #4F7AED. Grayscale: #858585. Windows color (decimal): -5208814 or 1213872. OLE color: 1213872.

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

Color convert

RGB 176 133 18 -
CMYK 0 0.24 0.90 0.31
HSL 43.67º 0.81% 0.38% -
HSV(B) 43.67º 0.9% 0.69% -
XYZ 26.4 26.05 4.21 -
YUV 132.75 63.25 158.85 -
System Red Green Blue C M Y K H S L
Decimal 176 133 18 0 0.24 0.90 0.31 43.67 0.81 0.38
Hex B0 85 12 0 18 5A 1F 2C 51 26
Octal 260 205 22 0 30 132 37 54 121 46
Binary 10110000 10000101 10010 0 11000 1011010 11111 101100 1010001 100110

Color Harmonies of #B08512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08512

Black with #B08512

Text Example


Text Example

White with #B08512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08512; }

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

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

background-color css

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

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

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

border-color css

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

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

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