#B95F46

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

Shades of Flame Pea #B95F46

Tints of Flame Pea #B95F46

Color information

#B95F46 (or 0xB95F46) is unknown color: approx Flame Pea. HEX triplet: B9, 5F and 46. RGB value is (185,95,70). Sum of RGB (Red+Green+Blue) = 185+95+70=350 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.86% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 70 (27.73% from 255 or 20% from 350); Max value from RGB is 185 - color contains mainly: red. Hex color #B95F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95F46 is #46A0B9. Grayscale: #777777. Windows color (decimal): -4628666 or 4612025. OLE color: 4612025.

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

Color convert

RGB1859570-
CMYK00.490.620.27
HSL13.04º45.1%50%-
HSV(B)13.04º62.16%72.55%-
XYZ25.2118.948.12-
YUV119.06100.32175.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.86%
GREEN value IS 95 (37.5% from 255) = 27.14%
BLUE value IS 70 (27.73% from 255) = 20%
R=52.86%
G=27.14%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185957000.490.620.2713.0445.150
HexB95F460313E1Bd2d32
Octal2711371060617633155562
Binary10111001101111110001100110001111110110111101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95F46; }

 p { color: rgb(185,95,70); }

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

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

 a { background-color: rgb(185,95,70); }

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

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

 span { border-color: rgb(185,95,70); }

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