#B35641

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

Shades of Flame Pea #B35641

Tints of Flame Pea #B35641

Color information

#B35641 (or 0xB35641) is unknown color: approx Flame Pea. HEX triplet: B3, 56 and 41. RGB value is (179,86,65). Sum of RGB (Red+Green+Blue) = 179+86+65=330 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.24% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 179 - color contains mainly: red. Hex color #B35641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35641 is #4CA9BE. Grayscale: #6F6F6F. Windows color (decimal): -5024191 or 4282035. OLE color: 4282035.

HSL color Cylindrical-coordinate representation of color #B35641: hue angle of 11.05º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B35641 is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB1798665-
CMYK00.520.640.30
HSL11.05º46.72%47.84%-
HSV(B)11.05º63.69%70.2%-
XYZ22.8716.627-
YUV111.41101.81176.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.24%
GREEN value IS 86 (33.98% from 255) = 26.06%
BLUE value IS 65 (25.78% from 255) = 19.70%
R=54.24%
G=26.06%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179866500.520.640.3011.0546.7247.84
HexB35641034401Eb2f30
Octal26312610106410036135760
Binary101100111010110100000101101001000000111101011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35641; }

 p { color: rgb(179,86,65); }

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

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

 a { background-color: rgb(179,86,65); }

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

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

 span { border-color: rgb(179,86,65); }

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