#B35E4B

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

Shades of Flame Pea #B35E4B

Tints of Flame Pea #B35E4B

Color information

#B35E4B (or 0xB35E4B) is unknown color: approx Flame Pea. HEX triplet: B3, 5E and 4B. RGB value is (179,94,75). Sum of RGB (Red+Green+Blue) = 179+94+75=348 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.44% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 179 - color contains mainly: red. Hex color #B35E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35E4B is #4CA1B4. Grayscale: #757575. Windows color (decimal): -5022133 or 4939443. OLE color: 4939443.

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

Color convert

RGB1799475-
CMYK00.470.580.30
HSL10.96º40.94%49.8%-
HSV(B)10.96º58.1%70.2%-
XYZ23.8618.18.89-
YUV117.25104.16172.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.44%
GREEN value IS 94 (37.11% from 255) = 27.01%
BLUE value IS 75 (29.69% from 255) = 21.55%
R=51.44%
G=27.01%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179947500.470.580.3010.9640.9449.8
HexB35E4B02F3A1Eb2932
Octal2631361130577236135162
Binary10110011101111010010110101111111010111101011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35E4B; }

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

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

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

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

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

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

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

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