#B95B47

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

Shades of Flame Pea #B95B47

Tints of Flame Pea #B95B47

Color information

#B95B47 (or 0xB95B47) is unknown color: approx Flame Pea. HEX triplet: B9, 5B and 47. RGB value is (185,91,71). Sum of RGB (Red+Green+Blue) = 185+91+71=347 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.31% from 347); Green value is 91 (35.94% from 255 or 26.22% from 347); Blue value is 71 (28.12% from 255 or 20.46% from 347); Max value from RGB is 185 - color contains mainly: red. Hex color #B95B47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95B47 is #46A4B8. Grayscale: #757575. Windows color (decimal): -4629689 or 4676537. OLE color: 4676537.

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

Color convert

RGB1859171-
CMYK00.510.620.27
HSL10.53º44.88%50.2%-
HSV(B)10.53º61.62%72.55%-
XYZ24.8918.258.17-
YUV116.83102.14176.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.31%
GREEN value IS 91 (35.94% from 255) = 26.22%
BLUE value IS 71 (28.12% from 255) = 20.46%
R=53.31%
G=26.22%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185917100.510.620.2710.5344.8850.2
HexB95B470333E1Bb2d32
Octal2711331070637633135562
Binary10111001101101110001110110011111110110111011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95B47; }

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

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

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

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

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

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

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

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