#B47A02

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

Shades of Dark Goldenrod #B47A02

Tints of Dark Goldenrod #B47A02

Color information

#B47A02 (or 0xB47A02) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 7A and 02. RGB value is (180,122,2). Sum of RGB (Red+Green+Blue) = 180+122+2=304 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.21% from 304); Green value is 122 (48.05% from 255 or 40.13% from 304); Blue value is 2 (1.17% from 255 or 0.66% from 304); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47A02 is #4B85FD. Grayscale: #7E7E7E. Windows color (decimal): -4949502 or 162484. OLE color: 162484.

HSL color Cylindrical-coordinate representation of color #B47A02: hue angle of 40.45º 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 #B47A02 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB1801222-
CMYK00.320.990.29
HSL40.45º97.8%35.69%-
HSV(B)40.45º98.89%70.59%-
XYZ25.7923.633.26-
YUV125.6658.22166.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.21%
GREEN value IS 122 (48.05% from 255) = 40.13%
BLUE value IS 2 (1.17% from 255) = 0.66%
R=59.21%
G=40.13%
B=0.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180122200.320.990.2940.4597.835.69
HexB47A2020631D286224
Octal2641722040143355014244
Binary1011010011110101001000001100011111011010001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47A02; }

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

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

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

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

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

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

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

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