#BF594C

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

Shades of Flame Pea #BF594C

Tints of Flame Pea #BF594C

Color information

#BF594C (or 0xBF594C) is unknown color: approx Flame Pea. HEX triplet: BF, 59 and 4C. RGB value is (191,89,76). Sum of RGB (Red+Green+Blue) = 191+89+76=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 76 (30.08% from 255 or 21.35% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF594C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF594C is #40A6B3. Grayscale: #767676. Windows color (decimal): -4236980 or 5003711. OLE color: 5003711.

HSL color Cylindrical-coordinate representation of color #BF594C: hue angle of 6.78º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF594C is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB1918976-
CMYK00.530.600.25
HSL6.78º47.33%52.35%-
HSV(B)6.78º60.21%74.9%-
XYZ26.3618.749.07-
YUV118.02104.29180.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.65%
GREEN value IS 89 (35.16% from 255) = 25%
BLUE value IS 76 (30.08% from 255) = 21.35%
R=53.65%
G=25%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191897600.530.600.256.7847.3352.35
HexBF594C0353C1972f34
Octal277131114065743175764
Binary1011111110110011001100011010111110011001111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF594C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF594C; }

 p { color: rgb(191,89,76); }

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

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

 a { background-color: rgb(191,89,76); }

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

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

 span { border-color: rgb(191,89,76); }

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