#B35845

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

Shades of Flame Pea #B35845

Tints of Flame Pea #B35845

Color information

#B35845 (or 0xB35845) is unknown color: approx Flame Pea. HEX triplet: B3, 58 and 45. RGB value is (179,88,69). Sum of RGB (Red+Green+Blue) = 179+88+69=336 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.27% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 179 - color contains mainly: red. Hex color #B35845 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35845 is #4CA7BA. Grayscale: #717171. Windows color (decimal): -5023675 or 4544691. OLE color: 4544691.

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

Color convert

RGB1798869-
CMYK00.510.610.30
HSL10.36º44.35%48.63%-
HSV(B)10.36º61.45%70.2%-
XYZ23.1516.997.69-
YUV113.04103.15175.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.27%
GREEN value IS 88 (34.77% from 255) = 26.19%
BLUE value IS 69 (27.34% from 255) = 20.54%
R=53.27%
G=26.19%
B=20.54%

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
Decimal179886900.510.610.3010.3644.3548.63
HexB358450333D1Ea2c31
Octal2631301050637536125461
Binary10110011101100010001010110011111101111101010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35845; }

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

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

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

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

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

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

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

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