#B98A15

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

Shades of Dark Goldenrod #B98A15

Tints of Dark Goldenrod #B98A15

Color information

#B98A15 (or 0xB98A15) is unknown color: approx Dark Goldenrod. HEX triplet: B9, 8A and 15. RGB value is (185,138,21). Sum of RGB (Red+Green+Blue) = 185+138+21=344 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.78% from 344); Green value is 138 (54.30% from 255 or 40.12% from 344); Blue value is 21 (8.59% from 255 or 6.10% from 344); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98A15 is #4675EA. Grayscale: #8B8B8B. Windows color (decimal): -4617707 or 1411769. OLE color: 1411769.

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

Color convert

RGB18513821-
CMYK00.250.890.27
HSL42.8º79.61%40.39%-
HSV(B)42.8º88.65%72.55%-
XYZ29.2328.554.68-
YUV138.7261.57161.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.78%
GREEN value IS 138 (54.30% from 255) = 40.12%
BLUE value IS 21 (8.59% from 255) = 6.10%
R=53.78%
G=40.12%
B=6.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851382100.250.890.2742.879.6140.39
HexB98A15019591B2b5028
Octal27121225031131335312050
Binary1011100110001010101010110011011001110111010111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98A15; }

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

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

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

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

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

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

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

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