#B56C04

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

Shades of Dark Goldenrod #B56C04

Tints of Dark Goldenrod #B56C04

Color information

#B56C04 (or 0xB56C04) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 6C and 04. RGB value is (181,108,4). Sum of RGB (Red+Green+Blue) = 181+108+4=293 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.77% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 4 (1.95% from 255 or 1.37% from 293); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56C04 is #4A93FB. Grayscale: #767676. Windows color (decimal): -4887548 or 289973. OLE color: 289973.

HSL color Cylindrical-coordinate representation of color #B56C04: hue angle of 35.25º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B56C04 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB1811084-
CMYK00.400.980.29
HSL35.25º95.68%36.27%-
HSV(B)35.25º97.79%70.98%-
XYZ24.4420.562.79-
YUV117.9763.68172.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 61.77%
GREEN value IS 108 (42.58% from 255) = 36.86%
BLUE value IS 4 (1.95% from 255) = 1.37%
R=61.77%
G=36.86%
B=1.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181108400.400.980.2935.2595.6836.27
HexB56C4028621D236024
Octal2651544050142354314044
Binary10110101110110010001010001100010111011000111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56C04; }

 p { color: rgb(181,108,4); }

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

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

 a { background-color: rgb(181,108,4); }

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

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

 span { border-color: rgb(181,108,4); }

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