#B35A4A

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

Shades of Flame Pea #B35A4A

Tints of Flame Pea #B35A4A

Color information

#B35A4A (or 0xB35A4A) is unknown color: approx Flame Pea. HEX triplet: B3, 5A and 4A. RGB value is (179,90,74). Sum of RGB (Red+Green+Blue) = 179+90+74=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B35A4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35A4A is #4CA5B5. Grayscale: #727272. Windows color (decimal): -5023158 or 4872883. OLE color: 4872883.

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

Color convert

RGB1799074-
CMYK00.500.590.30
HSL9.14º41.5%49.61%-
HSV(B)9.14º58.66%70.2%-
XYZ23.4817.398.6-
YUV114.79104.99173.8-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.19%
GREEN value IS 90 (35.55% from 255) = 26.24%
BLUE value IS 74 (29.30% from 255) = 21.57%
R=52.19%
G=26.24%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179907400.500.590.309.1441.549.61
HexB35A4A0323B1E92a32
Octal2631321120627336115262
Binary10110011101101010010100110010111011111101001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35A4A; }

 p { color: rgb(179,90,74); }

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

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

 a { background-color: rgb(179,90,74); }

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

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

 span { border-color: rgb(179,90,74); }

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