#B95950

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

Shades of Flame Pea #B95950

Tints of Flame Pea #B95950

Color information

#B95950 (or 0xB95950) is unknown color: approx Flame Pea. HEX triplet: B9, 59 and 50. RGB value is (185,89,80). Sum of RGB (Red+Green+Blue) = 185+89+80=354 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.26% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 185 - color contains mainly: red. Hex color #B95950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95950 is #46A6AF. Grayscale: #747474. Windows color (decimal): -4630192 or 5265849. OLE color: 5265849.

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

Color convert

RGB1858980-
CMYK00.520.570.27
HSL5.14º42.86%51.96%-
HSV(B)5.14º56.76%72.55%-
XYZ25.0318.049.75-
YUV116.68107.3176.73-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.26%
GREEN value IS 89 (35.16% from 255) = 25.14%
BLUE value IS 80 (31.64% from 255) = 22.60%
R=52.26%
G=25.14%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185898000.520.570.275.1442.8651.96
HexB95950034391B52b34
Octal271131120064713355364
Binary1011100110110011010000011010011100111011101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95950; }

 p { color: rgb(185,89,80); }

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

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

 a { background-color: rgb(185,89,80); }

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

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

 span { border-color: rgb(185,89,80); }

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