#B35F4D

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

Shades of Flame Pea #B35F4D

Tints of Flame Pea #B35F4D

Color information

#B35F4D (or 0xB35F4D) is unknown color: approx Flame Pea. HEX triplet: B3, 5F and 4D. RGB value is (179,95,77). Sum of RGB (Red+Green+Blue) = 179+95+77=351 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.00% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 179 - color contains mainly: red. Hex color #B35F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35F4D is #4CA0B2. Grayscale: #767676. Windows color (decimal): -5021875 or 5070771. OLE color: 5070771.

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

Color convert

RGB1799577-
CMYK00.470.570.30
HSL10.59º40.16%50.2%-
HSV(B)10.59º56.98%70.2%-
XYZ24.0218.39.29-
YUV118.06104.83171.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.00%
GREEN value IS 95 (37.5% from 255) = 27.07%
BLUE value IS 77 (30.47% from 255) = 21.94%
R=51.00%
G=27.07%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179957700.470.570.3010.5940.1650.2
HexB35F4D02F391Eb2832
Octal2631371150577136135062
Binary10110011101111110011010101111111001111101011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35F4D; }

 p { color: rgb(179,95,77); }

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

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

 a { background-color: rgb(179,95,77); }

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

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

 span { border-color: rgb(179,95,77); }

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