#BF5F67

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

Shades of Blush #BF5F67

Tints of Blush #BF5F67

Color information

#BF5F67 (or 0xBF5F67) is unknown color: approx Blush. HEX triplet: BF, 5F and 67. RGB value is (191,95,103). Sum of RGB (Red+Green+Blue) = 191+95+103=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 95 (37.5% from 255 or 24.42% from 389); Blue value is 103 (40.62% from 255 or 26.48% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5F67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5F67 is #40A098. Grayscale: #7C7C7C. Windows color (decimal): -4235417 or 6774719. OLE color: 6774719.

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

Color convert

RGB19195103-
CMYK00.500.460.25
HSL355º42.86%56.08%-
HSV(B)355º50.26%74.9%-
XYZ28.0320.2415.26-
YUV124.62115.8175.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.10%
GREEN value IS 95 (37.5% from 255) = 24.42%
BLUE value IS 103 (40.62% from 255) = 26.48%
R=49.10%
G=24.42%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919510300.500.460.2535542.8656.08
HexBF5F670322E191632b38
Octal27713714706256315435370
Binary1011111110111111100111011001010111011001101100011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5F67; }

 p { color: rgb(191,95,103); }

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

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

 a { background-color: rgb(191,95,103); }

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

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

 span { border-color: rgb(191,95,103); }

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