#B47B02

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

Shades of Dark Goldenrod #B47B02

Tints of Dark Goldenrod #B47B02

Color information

#B47B02 (or 0xB47B02) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 7B and 02. RGB value is (180,123,2). Sum of RGB (Red+Green+Blue) = 180+123+2=305 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.02% from 305); Green value is 123 (48.44% from 255 or 40.33% from 305); Blue value is 2 (1.17% from 255 or 0.66% from 305); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47B02 is #4B84FD. Grayscale: #7E7E7E. Windows color (decimal): -4949246 or 162740. OLE color: 162740.

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

Color convert

RGB1801232-
CMYK00.320.990.29
HSL40.79º97.8%35.69%-
HSV(B)40.79º98.89%70.59%-
XYZ25.9223.873.3-
YUV126.2557.88166.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.02%
GREEN value IS 123 (48.44% from 255) = 40.33%
BLUE value IS 2 (1.17% from 255) = 0.66%
R=59.02%
G=40.33%
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
Decimal180123200.320.990.2940.7997.835.69
HexB47B2020631D296224
Octal2641732040143355114244
Binary1011010011110111001000001100011111011010011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47B02; }

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

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

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

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

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

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

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

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