#B35F4E

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

Shades of Flame Pea #B35F4E

Tints of Flame Pea #B35F4E

Color information

#B35F4E (or 0xB35F4E) is unknown color: approx Flame Pea. HEX triplet: B3, 5F and 4E. RGB value is (179,95,78). Sum of RGB (Red+Green+Blue) = 179+95+78=352 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.85% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 78 (30.86% from 255 or 22.16% from 352); Max value from RGB is 179 - color contains mainly: red. Hex color #B35F4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35F4E is #4CA0B1. Grayscale: #767676. Windows color (decimal): -5021874 or 5136307. OLE color: 5136307.

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

Color convert

RGB1799578-
CMYK00.470.560.30
HSL10.1º39.92%50.39%-
HSV(B)10.1º56.42%70.2%-
XYZ24.0618.329.48-
YUV118.18105.33171.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.85%
GREEN value IS 95 (37.5% from 255) = 26.99%
BLUE value IS 78 (30.86% from 255) = 22.16%
R=50.85%
G=26.99%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179957800.470.560.3010.139.9250.39
HexB35F4E02F381Ea2832
Octal2631371160577036125062
Binary10110011101111110011100101111111000111101010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35F4E; }

 p { color: rgb(179,95,78); }

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

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

 a { background-color: rgb(179,95,78); }

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

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

 span { border-color: rgb(179,95,78); }

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