#B95A4E

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

Shades of Flame Pea #B95A4E

Tints of Flame Pea #B95A4E

Color information

#B95A4E (or 0xB95A4E) is unknown color: approx Flame Pea. HEX triplet: B9, 5A and 4E. RGB value is (185,90,78). Sum of RGB (Red+Green+Blue) = 185+90+78=353 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.41% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 78 (30.86% from 255 or 22.10% from 353); Max value from RGB is 185 - color contains mainly: red. Hex color #B95A4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95A4E is #46A5B1. Grayscale: #757575. Windows color (decimal): -4629938 or 5135033. OLE color: 5135033.

HSL color Cylindrical-coordinate representation of color #B95A4E: hue angle of 6.73º 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 #B95A4E is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB1859078-
CMYK00.510.580.27
HSL6.73º43.32%51.57%-
HSV(B)6.73º57.84%72.55%-
XYZ25.0418.189.4-
YUV117.04105.97176.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.41%
GREEN value IS 90 (35.55% from 255) = 25.50%
BLUE value IS 78 (30.86% from 255) = 22.10%
R=52.41%
G=25.50%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185907800.510.580.276.7343.3251.57
HexB95A4E0333A1B72b34
Octal271132116063723375364
Binary1011100110110101001110011001111101011011111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95A4E; }

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

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

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

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

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

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

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

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