#B35A4F

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

Shades of Flame Pea #B35A4F

Tints of Flame Pea #B35A4F

Color information

#B35A4F (or 0xB35A4F) is unknown color: approx Flame Pea. HEX triplet: B3, 5A and 4F. RGB value is (179,90,79). Sum of RGB (Red+Green+Blue) = 179+90+79=348 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.44% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 79 (31.25% from 255 or 22.70% from 348); Max value from RGB is 179 - color contains mainly: red. Hex color #B35A4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35A4F is #4CA5B0. Grayscale: #737373. Windows color (decimal): -5023153 or 5200563. OLE color: 5200563.

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

Color convert

RGB1799079-
CMYK00.500.560.30
HSL6.6º39.68%50.59%-
HSV(B)6.6º55.87%70.2%-
XYZ23.6617.469.52-
YUV115.36107.49173.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.44%
GREEN value IS 90 (35.55% from 255) = 25.86%
BLUE value IS 79 (31.25% from 255) = 22.70%
R=51.44%
G=25.86%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179907900.500.560.306.639.6850.59
HexB35A4F032381E72833
Octal263132117062703675063
Binary1011001110110101001111011001011100011110111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35A4F; }

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

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

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

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

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

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

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

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