#B15E4C

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

Shades of Flame Pea #B15E4C

Tints of Flame Pea #B15E4C

Color information

#B15E4C (or 0xB15E4C) is unknown color: approx Flame Pea. HEX triplet: B1, 5E and 4C. RGB value is (177,94,76). Sum of RGB (Red+Green+Blue) = 177+94+76=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B15E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15E4C is #4EA1B3. Grayscale: #747474. Windows color (decimal): -5153204 or 5004977. OLE color: 5004977.

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

Color convert

RGB1779476-
CMYK00.470.570.31
HSL10.69º39.92%49.61%-
HSV(B)10.69º57.06%69.41%-
XYZ23.4417.879.05-
YUV116.76105170.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.01%
GREEN value IS 94 (37.11% from 255) = 27.09%
BLUE value IS 76 (30.08% from 255) = 21.90%
R=51.01%
G=27.09%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177947600.470.570.3110.6939.9249.61
HexB15E4C02F391Fb2832
Octal2611361140577137135062
Binary10110001101111010011000101111111001111111011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15E4C; }

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

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

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

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

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

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

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

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