#B35E52

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

Shades of Flame Pea #B35E52

Tints of Flame Pea #B35E52

Color information

#B35E52 (or 0xB35E52) is unknown color: approx Flame Pea. HEX triplet: B3, 5E and 52. RGB value is (179,94,82). Sum of RGB (Red+Green+Blue) = 179+94+82=355 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.42% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 179 - color contains mainly: red. Hex color #B35E52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35E52 is #4CA1AD. Grayscale: #767676. Windows color (decimal): -5022126 or 5398195. OLE color: 5398195.

HSL color Cylindrical-coordinate representation of color #B35E52: hue angle of 7.42º 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 #B35E52 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB1799482-
CMYK00.470.540.30
HSL7.42º38.96%51.18%-
HSV(B)7.42º54.19%70.2%-
XYZ24.1218.210.22-
YUV118.05107.66171.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.42%
GREEN value IS 94 (37.11% from 255) = 26.48%
BLUE value IS 82 (32.42% from 255) = 23.10%
R=50.42%
G=26.48%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179948200.470.540.307.4238.9651.18
HexB35E5202F361E72733
Octal263136122057663674763
Binary1011001110111101010010010111111011011110111100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35E52; }

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

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

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

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

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

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

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

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