#B47A10

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

Shades of Dark Goldenrod #B47A10

Tints of Dark Goldenrod #B47A10

Color information

#B47A10 (or 0xB47A10) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 7A and 10. RGB value is (180,122,16). Sum of RGB (Red+Green+Blue) = 180+122+16=318 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.60% from 318); Green value is 122 (48.05% from 255 or 38.36% from 318); Blue value is 16 (6.64% from 255 or 5.03% from 318); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47A10 is #4B85EF. Grayscale: #7F7F7F. Windows color (decimal): -4949488 or 1079988. OLE color: 1079988.

HSL color Cylindrical-coordinate representation of color #B47A10: hue angle of 38.78º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B47A10 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB18012216-
CMYK00.320.910.29
HSL38.78º83.67%38.43%-
HSV(B)38.78º91.11%70.59%-
XYZ25.8823.663.69-
YUV127.2665.22165.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.60%
GREEN value IS 122 (48.05% from 255) = 38.36%
BLUE value IS 16 (6.64% from 255) = 5.03%
R=56.60%
G=38.36%
B=5.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801221600.320.910.2938.7883.6738.43
HexB47A100205B1D275426
Octal26417220040133354712446
Binary1011010011110101000001000001011011111011001111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47A10; }

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

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

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

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

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

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

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

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