#B95D47

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

Shades of Flame Pea #B95D47

Tints of Flame Pea #B95D47

Color information

#B95D47 (or 0xB95D47) is unknown color: approx Flame Pea. HEX triplet: B9, 5D and 47. RGB value is (185,93,71). Sum of RGB (Red+Green+Blue) = 185+93+71=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 71 (28.12% from 255 or 20.34% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95D47 is #46A2B8. Grayscale: #767676. Windows color (decimal): -4629177 or 4677049. OLE color: 4677049.

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

Color convert

RGB1859371-
CMYK00.500.620.27
HSL11.58º44.88%50.2%-
HSV(B)11.58º61.62%72.55%-
XYZ25.0618.68.23-
YUV118101.48175.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.01%
GREEN value IS 93 (36.72% from 255) = 26.65%
BLUE value IS 71 (28.12% from 255) = 20.34%
R=53.01%
G=26.65%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185937100.500.620.2711.5844.8850.2
HexB95D470323E1Bc2d32
Octal2711351070627633145562
Binary10111001101110110001110110010111110110111100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95D47; }

 p { color: rgb(185,93,71); }

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

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

 a { background-color: rgb(185,93,71); }

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

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

 span { border-color: rgb(185,93,71); }

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