#B95443

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

Shades of Flame Pea #B95443

Tints of Flame Pea #B95443

Color information

#B95443 (or 0xB95443) is unknown color: approx Flame Pea. HEX triplet: B9, 54 and 43. RGB value is (185,84,67). Sum of RGB (Red+Green+Blue) = 185+84+67=336 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.06% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 67 (26.56% from 255 or 19.94% from 336); Max value from RGB is 185 - color contains mainly: red. Hex color #B95443 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95443 is #46ABBC. Grayscale: #707070. Windows color (decimal): -4631485 or 4412601. OLE color: 4412601.

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

Color convert

RGB1858467-
CMYK00.550.640.27
HSL8.64º46.83%49.41%-
HSV(B)8.64º63.78%72.55%-
XYZ24.1917.067.33-
YUV112.26102.46179.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.06%
GREEN value IS 84 (33.20% from 255) = 25%
BLUE value IS 67 (26.56% from 255) = 19.94%
R=55.06%
G=25%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185846700.550.640.278.6446.8349.41
HexB95443037401B92f31
Octal27112410306710033115761
Binary101110011010100100001101101111000000110111001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95443; }

 p { color: rgb(185,84,67); }

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

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

 a { background-color: rgb(185,84,67); }

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

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

 span { border-color: rgb(185,84,67); }

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