#B95E4E

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

Shades of Flame Pea #B95E4E

Tints of Flame Pea #B95E4E

Color information

#B95E4E (or 0xB95E4E) is unknown color: approx Flame Pea. HEX triplet: B9, 5E and 4E. RGB value is (185,94,78). Sum of RGB (Red+Green+Blue) = 185+94+78=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B95E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95E4E is #46A1B1. Grayscale: #777777. Windows color (decimal): -4628914 or 5136057. OLE color: 5136057.

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

Color convert

RGB1859478-
CMYK00.490.580.27
HSL8.97º43.32%51.57%-
HSV(B)8.97º57.84%72.55%-
XYZ25.3918.879.51-
YUV119.38104.65174.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.82%
GREEN value IS 94 (37.11% from 255) = 26.33%
BLUE value IS 78 (30.86% from 255) = 21.85%
R=51.82%
G=26.33%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185947800.490.580.278.9743.3251.57
HexB95E4E0313A1B92b34
Octal2711361160617233115364
Binary10111001101111010011100110001111010110111001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95E4E; }

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

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

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

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

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

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

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

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