#B35C49

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

Shades of Flame Pea #B35C49

Tints of Flame Pea #B35C49

Color information

#B35C49 (or 0xB35C49) is unknown color: approx Flame Pea. HEX triplet: B3, 5C and 49. RGB value is (179,92,73). Sum of RGB (Red+Green+Blue) = 179+92+73=344 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.03% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 73 (28.91% from 255 or 21.22% from 344); Max value from RGB is 179 - color contains mainly: red. Hex color #B35C49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35C49 is #4CA3B6. Grayscale: #747474. Windows color (decimal): -5022647 or 4807859. OLE color: 4807859.

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

Color convert

RGB1799273-
CMYK00.490.590.30
HSL10.75º42.06%49.41%-
HSV(B)10.75º59.22%70.2%-
XYZ23.6217.728.48-
YUV115.85103.82173.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.03%
GREEN value IS 92 (36.33% from 255) = 26.74%
BLUE value IS 73 (28.91% from 255) = 21.22%
R=52.03%
G=26.74%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179927300.490.590.3010.7542.0649.41
HexB35C490313B1Eb2a31
Octal2631341110617336135261
Binary10110011101110010010010110001111011111101011101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35C49; }

 p { color: rgb(179,92,73); }

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

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

 a { background-color: rgb(179,92,73); }

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

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

 span { border-color: rgb(179,92,73); }

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