#B15E52

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

Shades of Flame Pea #B15E52

Tints of Flame Pea #B15E52

Color information

#B15E52 (or 0xB15E52) is unknown color: approx Flame Pea. HEX triplet: B1, 5E and 52. RGB value is (177,94,82). Sum of RGB (Red+Green+Blue) = 177+94+82=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B15E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15E52 is #4EA1AD. Grayscale: #757575. Windows color (decimal): -5153198 or 5398193. OLE color: 5398193.

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

Color convert

RGB1779482-
CMYK00.470.540.31
HSL7.58º37.85%50.78%-
HSV(B)7.58º53.67%69.41%-
XYZ23.6617.9610.2-
YUV117.45108170.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.14%
GREEN value IS 94 (37.11% from 255) = 26.63%
BLUE value IS 82 (32.42% from 255) = 23.23%
R=50.14%
G=26.63%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177948200.470.540.317.5837.8550.78
HexB15E5202F361F82633
Octal2611361220576637104663
Binary10110001101111010100100101111110110111111000100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15E52; }

 p { color: rgb(177,94,82); }

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

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

 a { background-color: rgb(177,94,82); }

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

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

 span { border-color: rgb(177,94,82); }

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