#B37503

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

Shades of Dark Goldenrod #B37503

Tints of Dark Goldenrod #B37503

Color information

#B37503 (or 0xB37503) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 75 and 03. RGB value is (179,117,3). Sum of RGB (Red+Green+Blue) = 179+117+3=299 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.87% from 299); Green value is 117 (46.09% from 255 or 39.13% from 299); Blue value is 3 (1.56% from 255 or 1.00% from 299); Max value from RGB is 179 - color contains mainly: red. Hex color #B37503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37503 is #4C8AFC. Grayscale: #7B7B7B. Windows color (decimal): -5016317 or 226739. OLE color: 226739.

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

Color convert

RGB1791173-
CMYK00.350.980.30
HSL38.86º96.7%35.69%-
HSV(B)38.86º98.32%70.2%-
XYZ24.9722.313.08-
YUV122.5460.54168.27-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 59.87%
GREEN value IS 117 (46.09% from 255) = 39.13%
BLUE value IS 3 (1.56% from 255) = 1.00%
R=59.87%
G=39.13%
B=1.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.98
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179117300.350.980.3038.8696.735.69
HexB3753023621E276124
Octal2631653043142364714144
Binary1011001111101011101000111100010111101001111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37503; }

 p { color: rgb(179,117,3); }

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

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

 a { background-color: rgb(179,117,3); }

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

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

 span { border-color: rgb(179,117,3); }

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