#B3594B

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

Shades of Flame Pea #B3594B

Tints of Flame Pea #B3594B

Color information

#B3594B (or 0xB3594B) is unknown color: approx Flame Pea. HEX triplet: B3, 59 and 4B. RGB value is (179,89,75). Sum of RGB (Red+Green+Blue) = 179+89+75=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B3594B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3594B is #4CA6B4. Grayscale: #727272. Windows color (decimal): -5023413 or 4938163. OLE color: 4938163.

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

Color convert

RGB1798975-
CMYK00.500.580.30
HSL8.08º40.94%49.8%-
HSV(B)8.08º58.1%70.2%-
XYZ23.4317.248.75-
YUV114.31105.82174.14-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.19%
GREEN value IS 89 (35.16% from 255) = 25.95%
BLUE value IS 75 (29.69% from 255) = 21.87%
R=52.19%
G=25.95%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179897500.500.580.308.0840.9449.8
HexB3594B0323A1E82932
Octal2631311130627236105162
Binary10110011101100110010110110010111010111101000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3594B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3594B; }

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

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

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

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

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

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

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

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