#B95E52

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

Shades of Flame Pea #B95E52

Tints of Flame Pea #B95E52

Color information

#B95E52 (or 0xB95E52) is unknown color: approx Flame Pea. HEX triplet: B9, 5E and 52. RGB value is (185,94,82). Sum of RGB (Red+Green+Blue) = 185+94+82=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B95E52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95E52 is #46A1AD. Grayscale: #777777. Windows color (decimal): -4628910 or 5398201. OLE color: 5398201.

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

Color convert

RGB1859482-
CMYK00.490.560.27
HSL6.99º42.39%52.35%-
HSV(B)6.99º55.68%72.55%-
XYZ25.5318.9310.29-
YUV119.84106.65174.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.25%
GREEN value IS 94 (37.11% from 255) = 26.04%
BLUE value IS 82 (32.42% from 255) = 22.71%
R=51.25%
G=26.04%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185948200.490.560.276.9942.3952.35
HexB95E52031381B72a34
Octal271136122061703375264
Binary1011100110111101010010011000111100011011111101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95E52; }

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

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

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

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

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

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

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

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