#B98512

Color #B98512 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #B98512

Tints of Dark Goldenrod #B98512

Color information

#B98512 (or 0xB98512) is unknown color: approx Dark Goldenrod. HEX triplet: B9, 85 and 12. RGB value is (185,133,18). Sum of RGB (Red+Green+Blue) = 185+133+18=336 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.06% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 18 (7.42% from 255 or 5.36% from 336); Max value from RGB is 185 - color contains mainly: red. Hex color #B98512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98512 is #467AED. Grayscale: #878787. Windows color (decimal): -4618990 or 1213881. OLE color: 1213881.

HSL color Cylindrical-coordinate representation of color #B98512: hue angle of 41.32º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B98512 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB18513318-
CMYK00.280.900.27
HSL41.32º82.27%39.8%-
HSV(B)41.32º90.27%72.55%-
XYZ28.527.134.31-
YUV135.4461.73163.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.06%
GREEN value IS 133 (52.34% from 255) = 39.58%
BLUE value IS 18 (7.42% from 255) = 5.36%
R=55.06%
G=39.58%
B=5.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851331800.280.900.2741.3282.2739.8
HexB9851201C5A1B295228
Octal27120522034132335112250
Binary1011100110000101100100111001011010110111010011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98512; }

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

 H1.HeaderClassName
 {
   color: #B98512;
 }
 .AnyTagClassName
 {
   color: #B98512;
 }
</style>
background-color css

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

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

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

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

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

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