#B95D50

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

Shades of Flame Pea #B95D50

Tints of Flame Pea #B95D50

Color information

#B95D50 (or 0xB95D50) is unknown color: approx Flame Pea. HEX triplet: B9, 5D and 50. RGB value is (185,93,80). Sum of RGB (Red+Green+Blue) = 185+93+80=358 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.68% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95D50 is #46A2AF. Grayscale: #777777. Windows color (decimal): -4629168 or 5266873. OLE color: 5266873.

HSL color Cylindrical-coordinate representation of color #B95D50: hue angle of 7.43º 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 #B95D50 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB1859380-
CMYK00.500.570.27
HSL7.43º42.86%51.96%-
HSV(B)7.43º56.76%72.55%-
XYZ25.3718.729.87-
YUV119.03105.98175.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.68%
GREEN value IS 93 (36.72% from 255) = 25.98%
BLUE value IS 80 (31.64% from 255) = 22.35%
R=51.68%
G=25.98%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185938000.500.570.277.4342.8651.96
HexB95D50032391B72b34
Octal271135120062713375364
Binary1011100110111011010000011001011100111011111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95D50; }

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

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

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

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

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

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

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

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