#B95E50

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

Shades of Flame Pea #B95E50

Tints of Flame Pea #B95E50

Color information

#B95E50 (or 0xB95E50) is unknown color: approx Flame Pea. HEX triplet: B9, 5E and 50. RGB value is (185,94,80). Sum of RGB (Red+Green+Blue) = 185+94+80=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B95E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95E50 is #46A1AF. Grayscale: #777777. Windows color (decimal): -4628912 or 5267129. OLE color: 5267129.

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

Color convert

RGB1859480-
CMYK00.490.570.27
HSL42.86%51.96%-
HSV(B)56.76%72.55%-
XYZ25.4618.99.9-
YUV119.61105.65174.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.53%
GREEN value IS 94 (37.11% from 255) = 26.18%
BLUE value IS 80 (31.64% from 255) = 22.28%
R=51.53%
G=26.18%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185948000.490.570.27842.8651.96
HexB95E50031391B82b34
Octal2711361200617133105364
Binary10111001101111010100000110001111001110111000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95E50; }

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

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

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

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

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

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

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

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