#B98A05

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

Shades of Dark Goldenrod #B98A05

Tints of Dark Goldenrod #B98A05

Color information

#B98A05 (or 0xB98A05) is unknown color: approx Dark Goldenrod. HEX triplet: B9, 8A and 05. RGB value is (185,138,5). Sum of RGB (Red+Green+Blue) = 185+138+5=328 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.40% from 328); Green value is 138 (54.30% from 255 or 42.07% from 328); Blue value is 5 (2.34% from 255 or 1.52% from 328); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98A05 is #4675FA. Grayscale: #898989. Windows color (decimal): -4617723 or 363193. OLE color: 363193.

HSL color Cylindrical-coordinate representation of color #B98A05: hue angle of 44.33º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B98A05 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB1851385-
CMYK00.250.970.27
HSL44.33º94.74%37.25%-
HSV(B)44.33º97.3%72.55%-
XYZ29.1228.54.11-
YUV136.8953.57162.31-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.40%
GREEN value IS 138 (54.30% from 255) = 42.07%
BLUE value IS 5 (2.34% from 255) = 1.52%
R=56.40%
G=42.07%
B=1.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185138500.250.970.2744.3394.7437.25
HexB98A5019611B2c5f25
Octal2712125031141335413745
Binary10111001100010101010110011100001110111011001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98A05; }

 p { color: rgb(185,138,5); }

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

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

 a { background-color: rgb(185,138,5); }

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

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

 span { border-color: rgb(185,138,5); }

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