#B56047

Color #B56047 Flame Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Pea #B56047

Tints of Flame Pea #B56047

Color information

#B56047 (or 0xB56047) is unknown color: approx Flame Pea. HEX triplet: B5, 60 and 47. RGB value is (181,96,71). Sum of RGB (Red+Green+Blue) = 181+96+71=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B56047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56047 is #4A9FB8. Grayscale: #767676. Windows color (decimal): -4890553 or 4677813. OLE color: 4677813.

HSL color Cylindrical-coordinate representation of color #B56047: hue angle of 13.64º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B56047 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB1819671-
CMYK00.470.610.29
HSL13.64º43.65%49.41%-
HSV(B)13.64º60.77%70.98%-
XYZ24.3818.648.28-
YUV118.56101.16172.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.01%
GREEN value IS 96 (37.89% from 255) = 27.59%
BLUE value IS 71 (28.12% from 255) = 20.40%
R=52.01%
G=27.59%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181967100.470.610.2913.6443.6549.41
HexB5604702F3D1De2c31
Octal2651401070577535165461
Binary10110101110000010001110101111111101111011110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56047; }

 p { color: rgb(181,96,71); }

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

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

 a { background-color: rgb(181,96,71); }

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

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

 span { border-color: rgb(181,96,71); }

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