#B55B4B

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

Shades of Flame Pea #B55B4B

Tints of Flame Pea #B55B4B

Color information

#B55B4B (or 0xB55B4B) is unknown color: approx Flame Pea. HEX triplet: B5, 5B and 4B. RGB value is (181,91,75). Sum of RGB (Red+Green+Blue) = 181+91+75=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 91 (35.94% from 255 or 26.22% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B55B4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55B4B is #4AA4B4. Grayscale: #747474. Windows color (decimal): -4891829 or 4938677. OLE color: 4938677.

HSL color Cylindrical-coordinate representation of color #B55B4B: hue angle of 9.06º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B55B4B is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB1819175-
CMYK00.500.590.29
HSL9.06º41.73%50.2%-
HSV(B)9.06º58.56%70.98%-
XYZ24.0717.818.83-
YUV116.09104.82174.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.16%
GREEN value IS 91 (35.94% from 255) = 26.22%
BLUE value IS 75 (29.69% from 255) = 21.61%
R=52.16%
G=26.22%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181917500.500.590.299.0641.7350.2
HexB55B4B0323B1D92a32
Octal2651331130627335115262
Binary10110101101101110010110110010111011111011001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55B4B; }

 p { color: rgb(181,91,75); }

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

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

 a { background-color: rgb(181,91,75); }

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

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

 span { border-color: rgb(181,91,75); }

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