#B35846

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

Shades of Flame Pea #B35846

Tints of Flame Pea #B35846

Color information

#B35846 (or 0xB35846) is unknown color: approx Flame Pea. HEX triplet: B3, 58 and 46. RGB value is (179,88,70). Sum of RGB (Red+Green+Blue) = 179+88+70=337 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.12% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 179 - color contains mainly: red. Hex color #B35846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35846 is #4CA7B9. Grayscale: #717171. Windows color (decimal): -5023674 or 4610227. OLE color: 4610227.

HSL color Cylindrical-coordinate representation of color #B35846: hue angle of 9.91º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B35846 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB1798870-
CMYK00.510.610.30
HSL9.91º43.78%48.82%-
HSV(B)9.91º60.89%70.2%-
XYZ23.1917.017.85-
YUV113.16103.65174.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.12%
GREEN value IS 88 (34.77% from 255) = 26.11%
BLUE value IS 70 (27.73% from 255) = 20.77%
R=53.12%
G=26.11%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179887000.510.610.309.9143.7848.82
HexB358460333D1Ea2c31
Octal2631301060637536125461
Binary10110011101100010001100110011111101111101010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35846; }

 p { color: rgb(179,88,70); }

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

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

 a { background-color: rgb(179,88,70); }

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

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

 span { border-color: rgb(179,88,70); }

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