#B15F50

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

Shades of Flame Pea #B15F50

Tints of Flame Pea #B15F50

Color information

#B15F50 (or 0xB15F50) is unknown color: approx Flame Pea. HEX triplet: B1, 5F and 50. RGB value is (177,95,80). Sum of RGB (Red+Green+Blue) = 177+95+80=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B15F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15F50 is #4EA0AF. Grayscale: #757575. Windows color (decimal): -5152944 or 5267377. OLE color: 5267377.

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

Color convert

RGB1779580-
CMYK00.460.550.31
HSL9.28º38.34%50.39%-
HSV(B)9.28º54.8%69.41%-
XYZ23.6718.119.84-
YUV117.81106.67170.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.28%
GREEN value IS 95 (37.5% from 255) = 26.99%
BLUE value IS 80 (31.64% from 255) = 22.73%
R=50.28%
G=26.99%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177958000.460.550.319.2838.3450.39
HexB15F5002E371F92632
Octal2611371200566737114662
Binary10110001101111110100000101110110111111111001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15F50; }

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

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

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

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

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

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

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

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