#B95640

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

Shades of Flame Pea #B95640

Tints of Flame Pea #B95640

Color information

#B95640 (or 0xB95640) is unknown color: approx Flame Pea. HEX triplet: B9, 56 and 40. RGB value is (185,86,64). Sum of RGB (Red+Green+Blue) = 185+86+64=335 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.22% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 185 - color contains mainly: red. Hex color #B95640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95640 is #46A9BF. Grayscale: #717171. Windows color (decimal): -4630976 or 4216505. OLE color: 4216505.

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

Color convert

RGB1858664-
CMYK00.540.650.27
HSL10.91º48.59%48.82%-
HSV(B)10.91º65.41%72.55%-
XYZ24.2617.346.92-
YUV113.09100.3179.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.22%
GREEN value IS 86 (33.98% from 255) = 25.67%
BLUE value IS 64 (25.39% from 255) = 19.10%
R=55.22%
G=25.67%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185866400.540.650.2710.9148.5948.82
HexB95640036411Bb3131
Octal27112610006610133136161
Binary101110011010110100000001101101000001110111011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95640; }

 p { color: rgb(185,86,64); }

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

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

 a { background-color: rgb(185,86,64); }

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

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

 span { border-color: rgb(185,86,64); }

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