#B56054

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

Shades of Flame Pea #B56054

Tints of Flame Pea #B56054

Color information

#B56054 (or 0xB56054) is unknown color: approx Flame Pea. HEX triplet: B5, 60 and 54. RGB value is (181,96,84). Sum of RGB (Red+Green+Blue) = 181+96+84=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 84 (33.20% from 255 or 23.27% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B56054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56054 is #4A9FAB. Grayscale: #787878. Windows color (decimal): -4890540 or 5529781. OLE color: 5529781.

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

Color convert

RGB1819684-
CMYK00.470.540.29
HSL7.42º39.59%51.96%-
HSV(B)7.42º53.59%70.98%-
XYZ24.8418.8310.71-
YUV120.05107.66171.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.14%
GREEN value IS 96 (37.89% from 255) = 26.59%
BLUE value IS 84 (33.20% from 255) = 23.27%
R=50.14%
G=26.59%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181968400.470.540.297.4239.5951.96
HexB5605402F361D72834
Octal265140124057663575064
Binary1011010111000001010100010111111011011101111101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56054; }

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

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

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

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

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

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

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

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