#B35B51

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

Shades of Flame Pea #B35B51

Tints of Flame Pea #B35B51

Color information

#B35B51 (or 0xB35B51) is unknown color: approx Flame Pea. HEX triplet: B3, 5B and 51. RGB value is (179,91,81). Sum of RGB (Red+Green+Blue) = 179+91+81=351 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.00% from 351); Green value is 91 (35.94% from 255 or 25.93% from 351); Blue value is 81 (32.03% from 255 or 23.08% from 351); Max value from RGB is 179 - color contains mainly: red. Hex color #B35B51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35B51 is #4CA4AE. Grayscale: #747474. Windows color (decimal): -5022895 or 5331891. OLE color: 5331891.

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

Color convert

RGB1799181-
CMYK00.490.550.30
HSL6.12º39.2%50.98%-
HSV(B)6.12º54.75%70.2%-
XYZ23.8217.669.94-
YUV116.17108.15172.81-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.00%
GREEN value IS 91 (35.94% from 255) = 25.93%
BLUE value IS 81 (32.03% from 255) = 23.08%
R=51.00%
G=25.93%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179918100.490.550.306.1239.250.98
HexB35B51031371E62733
Octal263133121061673664763
Binary1011001110110111010001011000111011111110110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35B51; }

 p { color: rgb(179,91,81); }

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

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

 a { background-color: rgb(179,91,81); }

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

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

 span { border-color: rgb(179,91,81); }

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