#B9593F

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

Shades of Flame Pea #B9593F

Tints of Flame Pea #B9593F

Color information

#B9593F (or 0xB9593F) is unknown color: approx Flame Pea. HEX triplet: B9, 59 and 3F. RGB value is (185,89,63). Sum of RGB (Red+Green+Blue) = 185+89+63=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B9593F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9593F is #46A6C0. Grayscale: #727272. Windows color (decimal): -4630209 or 4151737. OLE color: 4151737.

HSL color Cylindrical-coordinate representation of color #B9593F: hue angle of 12.79º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B9593F is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB1858963-
CMYK00.520.660.27
HSL12.79º49.19%48.63%-
HSV(B)12.79º65.95%72.55%-
XYZ24.4817.826.85-
YUV114.7498.8178.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.90%
GREEN value IS 89 (35.16% from 255) = 26.41%
BLUE value IS 63 (25% from 255) = 18.69%
R=54.90%
G=26.41%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185896300.520.660.2712.7949.1948.63
HexB9593F034421Bd3131
Octal2711317706410233156161
Binary10111001101100111111101101001000010110111101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9593F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9593F; }

 p { color: rgb(185,89,63); }

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

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

 a { background-color: rgb(185,89,63); }

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

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

 span { border-color: rgb(185,89,63); }

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