#B47202

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

Shades of Dark Goldenrod #B47202

Tints of Dark Goldenrod #B47202

Color information

#B47202 (or 0xB47202) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 72 and 02. RGB value is (180,114,2). Sum of RGB (Red+Green+Blue) = 180+114+2=296 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.81% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 2 (1.17% from 255 or 0.68% from 296); Max value from RGB is 180 - color contains mainly: red. Hex color #B47202 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47202 is #4B8DFD. Grayscale: #797979. Windows color (decimal): -4951550 or 160436. OLE color: 160436.

HSL color Cylindrical-coordinate representation of color #B47202: hue angle of 37.75º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B47202 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB1801142-
CMYK00.370.990.29
HSL37.75º97.8%35.69%-
HSV(B)37.75º98.89%70.59%-
XYZ24.8521.742.94-
YUV120.9760.87170.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 60.81%
GREEN value IS 114 (44.92% from 255) = 38.51%
BLUE value IS 2 (1.17% from 255) = 0.68%
R=60.81%
G=38.51%
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.29
SystemRedGreenBlueCMYKHSL
Decimal180114200.370.990.2937.7597.835.69
HexB4722025631D266224
Octal2641622045143354614244
Binary1011010011100101001001011100011111011001101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47202; }

 p { color: rgb(180,114,2); }

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

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

 a { background-color: rgb(180,114,2); }

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

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

 span { border-color: rgb(180,114,2); }

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