#BF624B

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

Shades of Flame Pea #BF624B

Tints of Flame Pea #BF624B

Color information

#BF624B (or 0xBF624B) is unknown color: approx Flame Pea. HEX triplet: BF, 62 and 4B. RGB value is (191,98,75). Sum of RGB (Red+Green+Blue) = 191+98+75=364 (48% of max value = 765). Red value is 191 (75% from 255 or 52.47% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 75 (29.69% from 255 or 20.60% from 364); Max value from RGB is 191 - color contains mainly: red. Hex color #BF624B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF624B is #409DB4. Grayscale: #7B7B7B. Windows color (decimal): -4234677 or 4940479. OLE color: 4940479.

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

Color convert

RGB1919875-
CMYK00.490.610.25
HSL11.9º47.54%52.16%-
HSV(B)11.9º60.73%74.9%-
XYZ27.1220.329.15-
YUV123.18100.81176.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.47%
GREEN value IS 98 (38.67% from 255) = 26.92%
BLUE value IS 75 (29.69% from 255) = 20.60%
R=52.47%
G=26.92%
B=20.60%

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
Decimal191987500.490.610.2511.947.5452.16
HexBF624B0313D19c3034
Octal2771421130617531146064
Binary10111111110001010010110110001111101110011100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF624B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF624B; }

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

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

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

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

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

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

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

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