#bf4b68

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

Shades of Blush #BF4B68

Tints of Blush #BF4B68

Color information

#BF4B68 (or 0xBF4B68) is unknown color: approx Blush. HEX triplet: BF, 4B and 68. RGB value is (191,75,104). Sum of RGB (Red+Green+Blue) = 191+75+104=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4B68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4B68 is #40B497. Grayscale: #707070. Windows color (decimal): -4240536 or 6835135. OLE color: 6835135.

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

Color convert

RGB19175104-
CMYK00.610.460.25
HSL345º47.54%52.16%-
HSV(B)345º60.73%74.9%-
XYZ26.517.1115-
YUV112.99122.93183.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.62%
GREEN value IS 75 (29.69% from 255) = 20.27%
BLUE value IS 104 (41.02% from 255) = 28.11%
R=51.62%
G=20.27%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917510400.610.460.2534547.5452.16
HexBF4B6803D2E191593034
Octal27711315007556315316064
Binary1011111110010111101000011110110111011001101011001110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf4b68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf4b68; }

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

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

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

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

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

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

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

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