#B47102

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

Shades of Dark Goldenrod #B47102

Tints of Dark Goldenrod #B47102

Color information

#B47102 (or 0xB47102) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 71 and 02. RGB value is (180,113,2). Sum of RGB (Red+Green+Blue) = 180+113+2=295 (39% of max value = 765). Red value is 180 (70.70% from 255 or 61.02% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 2 (1.17% from 255 or 0.68% from 295); Max value from RGB is 180 - color contains mainly: red. Hex color #B47102 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47102 is #4B8EFD. Grayscale: #787878. Windows color (decimal): -4951806 or 160180. OLE color: 160180.

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

Color convert

RGB1801132-
CMYK00.370.990.29
HSL37.42º97.8%35.69%-
HSV(B)37.42º98.89%70.59%-
XYZ24.7421.522.91-
YUV120.3861.2170.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.02%
GREEN value IS 113 (44.53% from 255) = 38.31%
BLUE value IS 2 (1.17% from 255) = 0.68%
R=61.02%
G=38.31%
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
Decimal180113200.370.990.2937.4297.835.69
HexB4712025631D256224
Octal2641612045143354514244
Binary1011010011100011001001011100011111011001011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47102; }

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

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

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

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

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

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

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

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