#B98318

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

Shades of Dark Goldenrod #B98318

Tints of Dark Goldenrod #B98318

Color information

#B98318 (or 0xB98318) is unknown color: approx Dark Goldenrod. HEX triplet: B9, 83 and 18. RGB value is (185,131,24). Sum of RGB (Red+Green+Blue) = 185+131+24=340 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.41% from 340); Green value is 131 (51.56% from 255 or 38.53% from 340); Blue value is 24 (9.77% from 255 or 7.06% from 340); Max value from RGB is 185 - color contains mainly: red. Hex color #B98318 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98318 is #467CE7. Grayscale: #878787. Windows color (decimal): -4619496 or 1606585. OLE color: 1606585.

HSL color Cylindrical-coordinate representation of color #B98318: hue angle of 39.88º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B98318 is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB18513124-
CMYK00.290.870.27
HSL39.88º77.03%40.98%-
HSV(B)39.88º87.03%72.55%-
XYZ28.2926.614.51-
YUV134.9565.39163.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.41%
GREEN value IS 131 (51.56% from 255) = 38.53%
BLUE value IS 24 (9.77% from 255) = 7.06%
R=54.41%
G=38.53%
B=7.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851312400.290.870.2739.8877.0340.98
HexB9831801D571B284d29
Octal27120330035127335011551
Binary1011100110000011110000111011010111110111010001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98318; }

 p { color: rgb(185,131,24); }

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

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

 a { background-color: rgb(185,131,24); }

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

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

 span { border-color: rgb(185,131,24); }

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