#B15F55

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

Shades of Flame Pea #B15F55

Tints of Flame Pea #B15F55

Color information

#B15F55 (or 0xB15F55) is unknown color: approx Flame Pea. HEX triplet: B1, 5F and 55. RGB value is (177,95,85). Sum of RGB (Red+Green+Blue) = 177+95+85=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 95 (37.5% from 255 or 26.61% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B15F55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15F55 is #4EA0AA. Grayscale: #767676. Windows color (decimal): -5152939 or 5595057. OLE color: 5595057.

HSL color Cylindrical-coordinate representation of color #B15F55: hue angle of 6.52º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B15F55 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB1779585-
CMYK00.460.520.31
HSL6.52º37.1%51.37%-
HSV(B)6.52º51.98%69.41%-
XYZ23.8618.1910.85-
YUV118.38109.17169.81-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.58%
GREEN value IS 95 (37.5% from 255) = 26.61%
BLUE value IS 85 (33.59% from 255) = 23.81%
R=49.58%
G=26.61%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177958500.460.520.316.5237.151.37
HexB15F5502E341F72533
Octal261137125056643774563
Binary1011000110111111010101010111011010011111111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15F55; }

 p { color: rgb(177,95,85); }

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

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

 a { background-color: rgb(177,95,85); }

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

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

 span { border-color: rgb(177,95,85); }

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