#B95644

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

Shades of Flame Pea #B95644

Tints of Flame Pea #B95644

Color information

#B95644 (or 0xB95644) is unknown color: approx Flame Pea. HEX triplet: B9, 56 and 44. RGB value is (185,86,68). Sum of RGB (Red+Green+Blue) = 185+86+68=339 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.57% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 68 (26.95% from 255 or 20.06% from 339); Max value from RGB is 185 - color contains mainly: red. Hex color #B95644 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95644 is #46A9BB. Grayscale: #717171. Windows color (decimal): -4630972 or 4478649. OLE color: 4478649.

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

Color convert

RGB1858668-
CMYK00.540.630.27
HSL9.23º46.25%49.61%-
HSV(B)9.23º63.24%72.55%-
XYZ24.3817.397.54-
YUV113.55102.3178.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.57%
GREEN value IS 86 (33.98% from 255) = 25.37%
BLUE value IS 68 (26.95% from 255) = 20.06%
R=54.57%
G=25.37%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185866800.540.630.279.2346.2549.61
HexB956440363F1B92e32
Octal2711261040667733115662
Binary10111001101011010001000110110111111110111001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95644; }

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

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

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

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

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

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

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

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