#B35B4B

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

Shades of Flame Pea #B35B4B

Tints of Flame Pea #B35B4B

Color information

#B35B4B (or 0xB35B4B) is unknown color: approx Flame Pea. HEX triplet: B3, 5B and 4B. RGB value is (179,91,75). Sum of RGB (Red+Green+Blue) = 179+91+75=345 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.88% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 179 - color contains mainly: red. Hex color #B35B4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35B4B is #4CA4B4. Grayscale: #737373. Windows color (decimal): -5022901 or 4938675. OLE color: 4938675.

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

Color convert

RGB1799175-
CMYK00.490.580.30
HSL9.23º40.94%49.8%-
HSV(B)9.23º58.1%70.2%-
XYZ23.617.578.8-
YUV115.49105.15173.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.88%
GREEN value IS 91 (35.94% from 255) = 26.38%
BLUE value IS 75 (29.69% from 255) = 21.74%
R=51.88%
G=26.38%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179917500.490.580.309.2340.9449.8
HexB35B4B0313A1E92932
Octal2631331130617236115162
Binary10110011101101110010110110001111010111101001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35B4B; }

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

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

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

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

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

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

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

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