#B95E4A

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

Shades of Flame Pea #B95E4A

Tints of Flame Pea #B95E4A

Color information

#B95E4A (or 0xB95E4A) is unknown color: approx Flame Pea. HEX triplet: B9, 5E and 4A. RGB value is (185,94,74). Sum of RGB (Red+Green+Blue) = 185+94+74=353 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.41% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 185 - color contains mainly: red. Hex color #B95E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95E4A is #46A1B5. Grayscale: #777777. Windows color (decimal): -4628918 or 4873913. OLE color: 4873913.

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

Color convert

RGB1859474-
CMYK00.490.60.27
HSL10.81º44.22%50.78%-
HSV(B)10.81º60%72.55%-
XYZ25.2518.818.78-
YUV118.93102.65175.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.41%
GREEN value IS 94 (37.11% from 255) = 26.63%
BLUE value IS 74 (29.30% from 255) = 20.96%
R=52.41%
G=26.63%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.6
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185947400.490.60.2710.8144.2250.78
HexB95E4A0313C1Bb2c33
Octal2711361120617433135463
Binary10111001101111010010100110001111100110111011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95E4A; }

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

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

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

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

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

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

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

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