#BF624A

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

Shades of Flame Pea #BF624A

Tints of Flame Pea #BF624A

Color information

#BF624A (or 0xBF624A) is unknown color: approx Flame Pea. HEX triplet: BF, 62 and 4A. RGB value is (191,98,74). Sum of RGB (Red+Green+Blue) = 191+98+74=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF624A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF624A is #409DB5. Grayscale: #7B7B7B. Windows color (decimal): -4234678 or 4874943. OLE color: 4874943.

HSL color Cylindrical-coordinate representation of color #BF624A: hue angle of 12.31º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF624A is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB1919874-
CMYK00.490.610.25
HSL12.31º47.76%51.96%-
HSV(B)12.31º61.26%74.9%-
XYZ27.0920.318.97-
YUV123.07100.31176.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.62%
GREEN value IS 98 (38.67% from 255) = 27.00%
BLUE value IS 74 (29.30% from 255) = 20.39%
R=52.62%
G=27.00%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191987400.490.610.2512.3147.7651.96
HexBF624A0313D19c3034
Octal2771421120617531146064
Binary10111111110001010010100110001111101110011100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF624A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF624A; }

 p { color: rgb(191,98,74); }

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

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

 a { background-color: rgb(191,98,74); }

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

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

 span { border-color: rgb(191,98,74); }

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