#B37102

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

Shades of Dark Goldenrod #B37102

Tints of Dark Goldenrod #B37102

Color information

#B37102 (or 0xB37102) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 71 and 02. RGB value is (179,113,2). Sum of RGB (Red+Green+Blue) = 179+113+2=294 (38% of max value = 765). Red value is 179 (70.31% from 255 or 60.88% from 294); Green value is 113 (44.53% from 255 or 38.44% from 294); Blue value is 2 (1.17% from 255 or 0.68% from 294); Max value from RGB is 179 - color contains mainly: red. Hex color #B37102 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37102 is #4C8EFD. Grayscale: #787878. Windows color (decimal): -5017342 or 160179. OLE color: 160179.

HSL color Cylindrical-coordinate representation of color #B37102: hue angle of 37.63º degrees, saturation: 0.98, 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 #B37102 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB1791132-
CMYK00.370.990.30
HSL37.63º97.79%35.49%-
HSV(B)37.63º98.88%70.2%-
XYZ24.5121.42.9-
YUV120.0861.37170.03-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 60.88%
GREEN value IS 113 (44.53% from 255) = 38.44%
BLUE value IS 2 (1.17% from 255) = 0.68%
R=60.88%
G=38.44%
B=0.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179113200.370.990.3037.6397.7935.49
HexB3712025631E266223
Octal2631612045143364614243
Binary1011001111100011001001011100011111101001101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37102; }

 p { color: rgb(179,113,2); }

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

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

 a { background-color: rgb(179,113,2); }

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

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

 span { border-color: rgb(179,113,2); }

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