#B47C0D

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

Shades of Dark Goldenrod #B47C0D

Tints of Dark Goldenrod #B47C0D

Color information

#B47C0D (or 0xB47C0D) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 7C and 0D. RGB value is (180,124,13). Sum of RGB (Red+Green+Blue) = 180+124+13=317 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.78% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 13 (5.47% from 255 or 4.10% from 317); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47C0D is #4B83F2. Grayscale: #808080. Windows color (decimal): -4948979 or 883892. OLE color: 883892.

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

Color convert

RGB18012413-
CMYK00.310.930.29
HSL39.88º86.53%37.84%-
HSV(B)39.88º92.78%70.59%-
XYZ26.124.153.67-
YUV128.0963.05165.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.78%
GREEN value IS 124 (48.83% from 255) = 39.12%
BLUE value IS 13 (5.47% from 255) = 4.10%
R=56.78%
G=39.12%
B=4.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801241300.310.930.2939.8886.5337.84
HexB47CD01F5D1D285726
Octal26417415037135355012746
Binary10110100111110011010111111011101111011010001010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47C0D; }

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

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

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

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

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

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

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

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