#B37901

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

Shades of Dark Goldenrod #B37901

Tints of Dark Goldenrod #B37901

Color information

#B37901 (or 0xB37901) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 79 and 01. RGB value is (179,121,1). Sum of RGB (Red+Green+Blue) = 179+121+1=301 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.47% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 1 (0.78% from 255 or 0.33% from 301); Max value from RGB is 179 - color contains mainly: red. Hex color #B37901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37901 is #4C86FE. Grayscale: #7D7D7D. Windows color (decimal): -5015295 or 96691. OLE color: 96691.

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

Color convert

RGB1791211-
CMYK00.320.990.30
HSL40.45º98.89%35.29%-
HSV(B)40.45º99.44%70.2%-
XYZ25.4323.263.18-
YUV124.6658.22166.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 59.47%
GREEN value IS 121 (47.66% from 255) = 40.20%
BLUE value IS 1 (0.78% from 255) = 0.33%
R=59.47%
G=40.20%
B=0.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179121100.320.990.3040.4598.8935.29
HexB3791020631E286323
Octal2631711040143365014343
Binary101100111111001101000001100011111101010001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37901; }

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

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

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

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

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

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

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

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