#B37D10

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

Shades of Dark Goldenrod #B37D10

Tints of Dark Goldenrod #B37D10

Color information

#B37D10 (or 0xB37D10) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 7D and 10. RGB value is (179,125,16). Sum of RGB (Red+Green+Blue) = 179+125+16=320 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.94% from 320); Green value is 125 (49.22% from 255 or 39.06% from 320); Blue value is 16 (6.64% from 255 or 5% from 320); Max value from RGB is 179 - color contains mainly: red. Hex color #B37D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37D10 is #4C82EF. Grayscale: #818181. Windows color (decimal): -5014256 or 1080755. OLE color: 1080755.

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

Color convert

RGB17912516-
CMYK00.300.910.30
HSL40.12º83.59%38.24%-
HSV(B)40.12º91.06%70.2%-
XYZ26.0224.293.81-
YUV128.7264.39163.86-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 55.94%
GREEN value IS 125 (49.22% from 255) = 39.06%
BLUE value IS 16 (6.64% from 255) = 5%
R=55.94%
G=39.06%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.91
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791251600.300.910.3040.1283.5938.24
HexB37D1001E5B1E285426
Octal26317520036133365012446
Binary101100111111101100000111101011011111101010001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37D10; }

 p { color: rgb(179,125,16); }

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

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

 a { background-color: rgb(179,125,16); }

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

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

 span { border-color: rgb(179,125,16); }

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