Html Css Color HEX #BF4E63 Blush

📋 copy color: '#BF4E63'

red 191 ◦ green 78 ◦ blue 99

#BF4E63
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blush #BF4E63

Tints of Blush #BF4E63

RGB

 RED value IS 191 (75% from 255) = 51.9%

 GREEN value IS 78 (30.86% from 255) = 21.2%

 BLUE value IS 99 (39.06% from 255) = 26.9%

R = 51.9%
G = 21.2%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BF4E63 (or 0xBF4E63) is known color: Blush. HEX triplet: BF, 4E and 63. RGB value is (191,78,99). Sum of RGB (Red+Green+Blue) = 191+78+99=368 (48% of max value = 765). Red value is 191 (75% from 255 or 51.90% from 368); Green value is 78 (30.86% from 255 or 21.20% from 368); Blue value is 99 (39.06% from 255 or 26.90% from 368); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4E63 is #40B19C. Grayscale: #727272. Windows color (decimal): -4239773 or 6508223. OLE color: 6508223.

HSL color Cylindrical-coordinate representation of color #BF4E63: hue angle of 348.85º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF4E63 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 78 99 -
CMYK 0 0.59 0.48 0.25
HSL 348.85º 0.47% 0.53% -
HSV(B) 348.85º 0.59% 0.75% -
XYZ 26.46 17.43 13.77 -
YUV 114.18 119.44 182.79 -
System Red Green Blue C M Y K H S L
Decimal 191 78 99 0 0.59 0.48 0.25 348.85 0.47 0.53
Hex BF 4E 63 0 3B 30 19 15D 2F 35
Octal 277 116 143 0 73 60 31 535 57 65
Binary 10111111 1001110 1100011 0 111011 110000 11001 101011101 101111 110101

Color Harmonies of #BF4E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4E63

Black with #BF4E63

Text Example


Text Example

White with #BF4E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4E63; }

 p { color: rgb(191,78,99); }

 H1.HeaderClassName
 {
   color: #BF4E63;
 }
 .AnyTagClassName
 {
   color: #BF4E63;
 }
</style>

background-color css

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

 a { background-color: rgb(191,78,99); }

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

border-color css

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

 span { border-color: rgb(191,78,99); }

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