#B37C09

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

Shades of Dark Goldenrod #B37C09

Tints of Dark Goldenrod #B37C09

Color information

#B37C09 (or 0xB37C09) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 7C and 09. RGB value is (179,124,9). Sum of RGB (Red+Green+Blue) = 179+124+9=312 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.37% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 9 (3.91% from 255 or 2.88% from 312); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37C09 is #4C83F6. Grayscale: #7F7F7F. Windows color (decimal): -5014519 or 621747. OLE color: 621747.

HSL color Cylindrical-coordinate representation of color #B37C09: hue angle of 40.59º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B37C09 is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.30.

Color convert

RGB1791249-
CMYK00.310.950.30
HSL40.59º90.43%36.86%-
HSV(B)40.59º94.97%70.2%-
XYZ25.8524.023.53-
YUV127.3461.22164.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.37%
GREEN value IS 124 (48.83% from 255) = 39.74%
BLUE value IS 9 (3.91% from 255) = 2.88%
R=57.37%
G=39.74%
B=2.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.95
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179124900.310.950.3040.5990.4336.86
HexB37C901F5F1E295a25
Octal26317411037137365113245
Binary10110011111110010010111111011111111101010011011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37C09; }

 p { color: rgb(179,124,9); }

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

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

 a { background-color: rgb(179,124,9); }

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

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

 span { border-color: rgb(179,124,9); }

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