#B35A4B

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

Shades of Flame Pea #B35A4B

Tints of Flame Pea #B35A4B

Color information

#B35A4B (or 0xB35A4B) is unknown color: approx Flame Pea. HEX triplet: B3, 5A and 4B. RGB value is (179,90,75). Sum of RGB (Red+Green+Blue) = 179+90+75=344 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.03% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 179 - color contains mainly: red. Hex color #B35A4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35A4B is #4CA5B4. Grayscale: #737373. Windows color (decimal): -5023157 or 4938419. OLE color: 4938419.

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

Color convert

RGB1799075-
CMYK00.500.580.30
HSL8.65º40.94%49.8%-
HSV(B)8.65º58.1%70.2%-
XYZ23.5217.48.78-
YUV114.9105.49173.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.03%
GREEN value IS 90 (35.55% from 255) = 26.16%
BLUE value IS 75 (29.69% from 255) = 21.80%
R=52.03%
G=26.16%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179907500.500.580.308.6540.9449.8
HexB35A4B0323A1E92932
Octal2631321130627236115162
Binary10110011101101010010110110010111010111101001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35A4B; }

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

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

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

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

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

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

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

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