#B37B12

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

Shades of Dark Goldenrod #B37B12

Tints of Dark Goldenrod #B37B12

Color information

#B37B12 (or 0xB37B12) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 7B and 12. RGB value is (179,123,18). Sum of RGB (Red+Green+Blue) = 179+123+18=320 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.94% from 320); Green value is 123 (48.44% from 255 or 38.44% from 320); Blue value is 18 (7.42% from 255 or 5.62% from 320); Max value from RGB is 179 - color contains mainly: red. Hex color #B37B12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37B12 is #4C84ED. Grayscale: #808080. Windows color (decimal): -5014766 or 1211315. OLE color: 1211315.

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

Color convert

RGB17912318-
CMYK00.310.900.30
HSL39.13º81.73%38.63%-
HSV(B)39.13º89.94%70.2%-
XYZ25.7823.793.81-
YUV127.7766.05164.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 55.94%
GREEN value IS 123 (48.44% from 255) = 38.44%
BLUE value IS 18 (7.42% from 255) = 5.62%
R=55.94%
G=38.44%
B=5.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.90
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791231800.310.900.3039.1381.7338.63
HexB37B1201F5A1E275227
Octal26317322037132364712247
Binary101100111111011100100111111011010111101001111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37B12; }

 p { color: rgb(179,123,18); }

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

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

 a { background-color: rgb(179,123,18); }

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

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

 span { border-color: rgb(179,123,18); }

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