#B15F53

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

Shades of Flame Pea #B15F53

Tints of Flame Pea #B15F53

Color information

#B15F53 (or 0xB15F53) is unknown color: approx Flame Pea. HEX triplet: B1, 5F and 53. RGB value is (177,95,83). Sum of RGB (Red+Green+Blue) = 177+95+83=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 95 (37.5% from 255 or 26.76% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B15F53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15F53 is #4EA0AC. Grayscale: #767676. Windows color (decimal): -5152941 or 5463985. OLE color: 5463985.

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

Color convert

RGB1779583-
CMYK00.460.530.31
HSL7.66º37.6%50.98%-
HSV(B)7.66º53.11%69.41%-
XYZ23.7918.1610.43-
YUV118.15108.17169.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.86%
GREEN value IS 95 (37.5% from 255) = 26.76%
BLUE value IS 83 (32.81% from 255) = 23.38%
R=49.86%
G=26.76%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177958300.460.530.317.6637.650.98
HexB15F5302E351F82633
Octal2611371230566537104663
Binary10110001101111110100110101110110101111111000100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15F53; }

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

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

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

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

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

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

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

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