#B47E0D

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

Shades of Dark Goldenrod #B47E0D

Tints of Dark Goldenrod #B47E0D

Color information

#B47E0D (or 0xB47E0D) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 7E and 0D. RGB value is (180,126,13). Sum of RGB (Red+Green+Blue) = 180+126+13=319 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.43% from 319); Green value is 126 (49.61% from 255 or 39.50% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47E0D is #4B81F2. Grayscale: #818181. Windows color (decimal): -4948467 or 884404. OLE color: 884404.

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

Color convert

RGB18012613-
CMYK00.30.930.29
HSL40.6º86.53%37.84%-
HSV(B)40.6º92.78%70.59%-
XYZ26.3624.653.75-
YUV129.2662.39164.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.43%
GREEN value IS 126 (49.61% from 255) = 39.50%
BLUE value IS 13 (5.47% from 255) = 4.08%
R=56.43%
G=39.50%
B=4.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801261300.30.930.2940.686.5337.84
HexB47ED01E5D1D295726
Octal26417615036135355112746
Binary10110100111111011010111101011101111011010011010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47E0D; }

 p { color: rgb(180,126,13); }

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

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

 a { background-color: rgb(180,126,13); }

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

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

 span { border-color: rgb(180,126,13); }

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