#B15F4E

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

Shades of Flame Pea #B15F4E

Tints of Flame Pea #B15F4E

Color information

#B15F4E (or 0xB15F4E) is unknown color: approx Flame Pea. HEX triplet: B1, 5F and 4E. RGB value is (177,95,78). Sum of RGB (Red+Green+Blue) = 177+95+78=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B15F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15F4E is #4EA0B1. Grayscale: #757575. Windows color (decimal): -5152946 or 5136305. OLE color: 5136305.

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

Color convert

RGB1779578-
CMYK00.460.560.31
HSL10.3º38.82%50%-
HSV(B)10.3º55.93%69.41%-
XYZ23.618.089.45-
YUV117.58105.67170.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.57%
GREEN value IS 95 (37.5% from 255) = 27.14%
BLUE value IS 78 (30.86% from 255) = 22.29%
R=50.57%
G=27.14%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177957800.460.560.3110.338.8250
HexB15F4E02E381Fa2732
Octal2611371160567037124762
Binary10110001101111110011100101110111000111111010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15F4E; }

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

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

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

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

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

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

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

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