#B97901

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

Shades of Dark Goldenrod #B97901

Tints of Dark Goldenrod #B97901

Color information

#B97901 (or 0xB97901) is unknown color: approx Dark Goldenrod. HEX triplet: B9, 79 and 01. RGB value is (185,121,1). Sum of RGB (Red+Green+Blue) = 185+121+1=307 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.26% from 307); Green value is 121 (47.66% from 255 or 39.41% from 307); Blue value is 1 (0.78% from 255 or 0.33% from 307); Max value from RGB is 185 - color contains mainly: red. Hex color #B97901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97901 is #4686FE. Grayscale: #7F7F7F. Windows color (decimal): -4622079 or 96697. OLE color: 96697.

HSL color Cylindrical-coordinate representation of color #B97901: hue angle of 39.13º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B97901 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB1851211-
CMYK00.350.990.27
HSL39.13º98.92%36.47%-
HSV(B)39.13º99.46%72.55%-
XYZ26.8523.993.24-
YUV126.4657.2169.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 60.26%
GREEN value IS 121 (47.66% from 255) = 39.41%
BLUE value IS 1 (0.78% from 255) = 0.33%
R=60.26%
G=39.41%
B=0.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185121100.350.990.2739.1398.9236.47
HexB9791023631B276324
Octal2711711043143334714344
Binary101110011111001101000111100011110111001111100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97901; }

 p { color: rgb(185,121,1); }

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

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

 a { background-color: rgb(185,121,1); }

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

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

 span { border-color: rgb(185,121,1); }

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