Html Css Color HEX #BF586C Blush

📋 copy color: '#BF586C'

red 191 ◦ green 88 ◦ blue 108

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

Shades of Blush #BF586C

Tints of Blush #BF586C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.74%

 BLUE value IS 108 (42.58% from 255) = 27.91%

R = 49.35%
G = 22.74%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BF586C (or 0xBF586C) is known color: Blush. HEX triplet: BF, 58 and 6C. RGB value is (191,88,108). Sum of RGB (Red+Green+Blue) = 191+88+108=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 88 (34.77% from 255 or 22.74% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF586C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF586C is #40A793. Grayscale: #797979. Windows color (decimal): -4237204 or 7100607. OLE color: 7100607.

HSL color Cylindrical-coordinate representation of color #BF586C: hue angle of 348.35º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF586C is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 88 108 -
CMYK 0 0.54 0.43 0.25
HSL 348.35º 0.45% 0.55% -
HSV(B) 348.35º 0.54% 0.75% -
XYZ 27.68 19.14 16.42 -
YUV 121.08 120.62 177.87 -
System Red Green Blue C M Y K H S L
Decimal 191 88 108 0 0.54 0.43 0.25 348.35 0.45 0.55
Hex BF 58 6C 0 36 2B 19 15C 2D 37
Octal 277 130 154 0 66 53 31 534 55 67
Binary 10111111 1011000 1101100 0 110110 101011 11001 101011100 101101 110111

Color Harmonies of #BF586C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF586C

Black with #BF586C

Text Example


Text Example

White with #BF586C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF586C; }

 p { color: rgb(191,88,108); }

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

background-color css

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

 a { background-color: rgb(191,88,108); }

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

border-color css

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

 span { border-color: rgb(191,88,108); }

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