#BF614C

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

Shades of Flame Pea #BF614C

Tints of Flame Pea #BF614C

Color information

#BF614C (or 0xBF614C) is unknown color: approx Flame Pea. HEX triplet: BF, 61 and 4C. RGB value is (191,97,76). Sum of RGB (Red+Green+Blue) = 191+97+76=364 (48% of max value = 765). Red value is 191 (75% from 255 or 52.47% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 191 - color contains mainly: red. Hex color #BF614C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF614C is #409EB3. Grayscale: #7A7A7A. Windows color (decimal): -4234932 or 5005759. OLE color: 5005759.

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

Color convert

RGB1919776-
CMYK00.490.600.25
HSL10.96º47.33%52.35%-
HSV(B)10.96º60.21%74.9%-
XYZ27.0720.159.3-
YUV122.71101.64176.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.47%
GREEN value IS 97 (38.28% from 255) = 26.65%
BLUE value IS 76 (30.08% from 255) = 20.88%
R=52.47%
G=26.65%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191977600.490.600.2510.9647.3352.35
HexBF614C0313C19b2f34
Octal2771411140617431135764
Binary10111111110000110011000110001111100110011011101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF614C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF614C; }

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

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

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

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

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

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

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

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