#B35C52

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

Shades of Flame Pea #B35C52

Tints of Flame Pea #B35C52

Color information

#B35C52 (or 0xB35C52) is unknown color: approx Flame Pea. HEX triplet: B3, 5C and 52. RGB value is (179,92,82). Sum of RGB (Red+Green+Blue) = 179+92+82=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B35C52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35C52 is #4CA3AD. Grayscale: #747474. Windows color (decimal): -5022638 or 5397683. OLE color: 5397683.

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

Color convert

RGB1799282-
CMYK00.490.540.30
HSL6.19º38.96%51.18%-
HSV(B)6.19º54.19%70.2%-
XYZ23.9417.8510.17-
YUV116.87108.32172.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.71%
GREEN value IS 92 (36.33% from 255) = 26.06%
BLUE value IS 82 (32.42% from 255) = 23.23%
R=50.71%
G=26.06%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179928200.490.540.306.1938.9651.18
HexB35C52031361E62733
Octal263134122061663664763
Binary1011001110111001010010011000111011011110110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35C52; }

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

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

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

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

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

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

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

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