#B55C4B

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

Shades of Flame Pea #B55C4B

Tints of Flame Pea #B55C4B

Color information

#B55C4B (or 0xB55C4B) is unknown color: approx Flame Pea. HEX triplet: B5, 5C and 4B. RGB value is (181,92,75). Sum of RGB (Red+Green+Blue) = 181+92+75=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55C4B is #4AA3B4. Grayscale: #747474. Windows color (decimal): -4891573 or 4938933. OLE color: 4938933.

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

Color convert

RGB1819275-
CMYK00.490.590.29
HSL9.62º41.73%50.2%-
HSV(B)9.62º58.56%70.98%-
XYZ24.1517.998.86-
YUV116.67104.49173.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.01%
GREEN value IS 92 (36.33% from 255) = 26.44%
BLUE value IS 75 (29.69% from 255) = 21.55%
R=52.01%
G=26.44%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181927500.490.590.299.6241.7350.2
HexB55C4B0313B1Da2a32
Octal2651341130617335125262
Binary10110101101110010010110110001111011111011010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55C4B; }

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

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

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

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

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

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

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

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