#B98618

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

Shades of Dark Goldenrod #B98618

Tints of Dark Goldenrod #B98618

Color information

#B98618 (or 0xB98618) is unknown color: approx Dark Goldenrod. HEX triplet: B9, 86 and 18. RGB value is (185,134,24). Sum of RGB (Red+Green+Blue) = 185+134+24=343 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.94% from 343); Green value is 134 (52.73% from 255 or 39.07% from 343); Blue value is 24 (9.77% from 255 or 7.00% from 343); Max value from RGB is 185 - color contains mainly: red. Hex color #B98618 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98618 is #4679E7. Grayscale: #898989. Windows color (decimal): -4618728 or 1607353. OLE color: 1607353.

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

Color convert

RGB18513424-
CMYK00.280.870.27
HSL40.99º77.03%40.98%-
HSV(B)40.99º87.03%72.55%-
XYZ28.727.434.65-
YUV136.7164.4162.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.94%
GREEN value IS 134 (52.73% from 255) = 39.07%
BLUE value IS 24 (9.77% from 255) = 7.00%
R=53.94%
G=39.07%
B=7.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851342400.280.870.2740.9977.0340.98
HexB9861801C571B294d29
Octal27120630034127335111551
Binary1011100110000110110000111001010111110111010011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98618; }

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

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

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

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

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

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

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

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