#B35A47

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

Shades of Flame Pea #B35A47

Tints of Flame Pea #B35A47

Color information

#B35A47 (or 0xB35A47) is unknown color: approx Flame Pea. HEX triplet: B3, 5A and 47. RGB value is (179,90,71). Sum of RGB (Red+Green+Blue) = 179+90+71=340 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.65% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 71 (28.12% from 255 or 20.88% from 340); Max value from RGB is 179 - color contains mainly: red. Hex color #B35A47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35A47 is #4CA5B8. Grayscale: #727272. Windows color (decimal): -5023161 or 4676275. OLE color: 4676275.

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

Color convert

RGB1799071-
CMYK00.500.600.30
HSL10.56º43.2%49.02%-
HSV(B)10.56º60.34%70.2%-
XYZ23.3817.358.08-
YUV114.44103.49174.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.65%
GREEN value IS 90 (35.55% from 255) = 26.47%
BLUE value IS 71 (28.12% from 255) = 20.88%
R=52.65%
G=26.47%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179907100.500.600.3010.5643.249.02
HexB35A470323C1Eb2b31
Octal2631321070627436135361
Binary10110011101101010001110110010111100111101011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35A47; }

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

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

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

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

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

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

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

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