#B95E4C

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

Shades of Flame Pea #B95E4C

Tints of Flame Pea #B95E4C

Color information

#B95E4C (or 0xB95E4C) is unknown color: approx Flame Pea. HEX triplet: B9, 5E and 4C. RGB value is (185,94,76). Sum of RGB (Red+Green+Blue) = 185+94+76=355 (47% of max value = 765). Red value is 185 (72.66% from 255 or 52.11% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 185 - color contains mainly: red. Hex color #B95E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95E4C is #46A1B3. Grayscale: #777777. Windows color (decimal): -4628916 or 5004985. OLE color: 5004985.

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

Color convert

RGB1859476-
CMYK00.490.590.27
HSL9.91º43.78%51.18%-
HSV(B)9.91º58.92%72.55%-
XYZ25.3118.849.14-
YUV119.16103.65174.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.11%
GREEN value IS 94 (37.11% from 255) = 26.48%
BLUE value IS 76 (30.08% from 255) = 21.41%
R=52.11%
G=26.48%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185947600.490.590.279.9143.7851.18
HexB95E4C0313B1Ba2c33
Octal2711361140617333125463
Binary10111001101111010011000110001111011110111010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95E4C; }

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

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

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

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

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

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

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

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