#B95B4A

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

Shades of Flame Pea #B95B4A

Tints of Flame Pea #B95B4A

Color information

#B95B4A (or 0xB95B4A) is unknown color: approx Flame Pea. HEX triplet: B9, 5B and 4A. RGB value is (185,91,74). Sum of RGB (Red+Green+Blue) = 185+91+74=350 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.86% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 185 - color contains mainly: red. Hex color #B95B4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95B4A is #46A4B5. Grayscale: #757575. Windows color (decimal): -4629686 or 4873145. OLE color: 4873145.

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

Color convert

RGB1859174-
CMYK00.510.60.27
HSL9.19º44.22%50.78%-
HSV(B)9.19º60%72.55%-
XYZ24.9818.298.69-
YUV117.17103.64176.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.86%
GREEN value IS 91 (35.94% from 255) = 26%
BLUE value IS 74 (29.30% from 255) = 21.14%
R=52.86%
G=26%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.6
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185917400.510.60.279.1944.2250.78
HexB95B4A0333C1B92c33
Octal2711331120637433115463
Binary10111001101101110010100110011111100110111001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95B4A; }

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

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

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

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

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

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

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

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