#B95A51

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

Shades of Flame Pea #B95A51

Tints of Flame Pea #B95A51

Color information

#B95A51 (or 0xB95A51) is unknown color: approx Flame Pea. HEX triplet: B9, 5A and 51. RGB value is (185,90,81). Sum of RGB (Red+Green+Blue) = 185+90+81=356 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.97% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 81 (32.03% from 255 or 22.75% from 356); Max value from RGB is 185 - color contains mainly: red. Hex color #B95A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95A51 is #46A5AE. Grayscale: #757575. Windows color (decimal): -4629935 or 5331641. OLE color: 5331641.

HSL color Cylindrical-coordinate representation of color #B95A51: hue angle of 5.19º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B95A51 is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB1859081-
CMYK00.510.560.27
HSL5.19º42.62%52.16%-
HSV(B)5.19º56.22%72.55%-
XYZ25.1518.229.98-
YUV117.38107.47176.23-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.97%
GREEN value IS 90 (35.55% from 255) = 25.28%
BLUE value IS 81 (32.03% from 255) = 22.75%
R=51.97%
G=25.28%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185908100.510.560.275.1942.6252.16
HexB95A51033381B52b34
Octal271132121063703355364
Binary1011100110110101010001011001111100011011101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95A51; }

 p { color: rgb(185,90,81); }

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

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

 a { background-color: rgb(185,90,81); }

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

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

 span { border-color: rgb(185,90,81); }

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