#bf4c67

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

Shades of Blush #BF4C67

Tints of Blush #BF4C67

Color information

#BF4C67 (or 0xBF4C67) is unknown color: approx Blush. HEX triplet: BF, 4C and 67. RGB value is (191,76,103). Sum of RGB (Red+Green+Blue) = 191+76+103=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 103 (40.62% from 255 or 27.84% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4C67 is #40B398. Grayscale: #717171. Windows color (decimal): -4240281 or 6769855. OLE color: 6769855.

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

Color convert

RGB19176103-
CMYK00.600.460.25
HSL345.91º47.33%52.35%-
HSV(B)345.91º60.21%74.9%-
XYZ26.5217.2214.76-
YUV113.46122.1183.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.62%
GREEN value IS 76 (30.08% from 255) = 20.54%
BLUE value IS 103 (40.62% from 255) = 27.84%
R=51.62%
G=20.54%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917610300.600.460.25345.9147.3352.35
HexBF4C6703C2E1915a2f34
Octal27711414707456315325764
Binary1011111110011001100111011110010111011001101011010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf4c67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf4c67; }

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

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

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

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

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

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

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

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