#BF606A

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

Shades of Blush #BF606A

Tints of Blush #BF606A

Color information

#BF606A (or 0xBF606A) is unknown color: approx Blush. HEX triplet: BF, 60 and 6A. RGB value is (191,96,106). Sum of RGB (Red+Green+Blue) = 191+96+106=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 106 (41.80% from 255 or 26.97% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF606A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF606A is #409F95. Grayscale: #7D7D7D. Windows color (decimal): -4235158 or 6971583. OLE color: 6971583.

HSL color Cylindrical-coordinate representation of color #BF606A: hue angle of 353.68º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF606A is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB19196106-
CMYK00.500.450.25
HSL353.68º42.6%56.27%-
HSV(B)353.68º49.74%74.9%-
XYZ28.2720.4816.1-
YUV125.54116.97174.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.60%
GREEN value IS 96 (37.89% from 255) = 24.43%
BLUE value IS 106 (41.80% from 255) = 26.97%
R=48.60%
G=24.43%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919610600.500.450.25353.6842.656.27
HexBF606A0322D191622b38
Octal27714015206255315425370
Binary1011111111000001101010011001010110111001101100010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF606A; }

 p { color: rgb(191,96,106); }

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

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

 a { background-color: rgb(191,96,106); }

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

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

 span { border-color: rgb(191,96,106); }

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