Html Css Color HEX #BF5065 Blush

📋 copy color: '#BF5065'

red 191 ◦ green 80 ◦ blue 101

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

Shades of Blush #BF5065

Tints of Blush #BF5065

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.51%

 BLUE value IS 101 (39.84% from 255) = 27.15%

R = 51.34%
G = 21.51%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BF5065 (or 0xBF5065) is known color: Blush. HEX triplet: BF, 50 and 65. RGB value is (191,80,101). Sum of RGB (Red+Green+Blue) = 191+80+101=372 (49% of max value = 765). Red value is 191 (75% from 255 or 51.34% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5065 is #40AF9A. Grayscale: #737373. Windows color (decimal): -4239259 or 6639807. OLE color: 6639807.

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

Color convert

RGB 191 80 101 -
CMYK 0 0.58 0.47 0.25
HSL 348.65º 0.46% 0.53% -
HSV(B) 348.65º 0.58% 0.75% -
XYZ 26.7 17.75 14.33 -
YUV 115.58 119.77 181.79 -
System Red Green Blue C M Y K H S L
Decimal 191 80 101 0 0.58 0.47 0.25 348.65 0.46 0.53
Hex BF 50 65 0 3A 2F 19 15D 2E 35
Octal 277 120 145 0 72 57 31 535 56 65
Binary 10111111 1010000 1100101 0 111010 101111 11001 101011101 101110 110101

Color Harmonies of #BF5065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5065

Black with #BF5065

Text Example


Text Example

White with #BF5065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5065; }

 p { color: rgb(191,80,101); }

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

background-color css

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

 a { background-color: rgb(191,80,101); }

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

border-color css

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

 span { border-color: rgb(191,80,101); }

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