Html Css Color HEX #BF4963 Blush

📋 copy color: '#BF4963'

red 191 ◦ green 73 ◦ blue 99

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

Shades of Blush #BF4963

Tints of Blush #BF4963

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.11%

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

R = 52.62%
G = 20.11%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BF4963 (or 0xBF4963) is known color: Blush. HEX triplet: BF, 49 and 63. RGB value is (191,73,99). Sum of RGB (Red+Green+Blue) = 191+73+99=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4963 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4963 is #40B69C. Grayscale: #6F6F6F. Windows color (decimal): -4241053 or 6506943. OLE color: 6506943.

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

Color convert

RGB 191 73 99 -
CMYK 0 0.62 0.48 0.25
HSL 346.78º 0.48% 0.52% -
HSV(B) 346.78º 0.62% 0.75% -
XYZ 26.12 16.74 13.66 -
YUV 111.25 121.09 184.89 -
System Red Green Blue C M Y K H S L
Decimal 191 73 99 0 0.62 0.48 0.25 346.78 0.48 0.52
Hex BF 49 63 0 3E 30 19 15B 30 34
Octal 277 111 143 0 76 60 31 533 60 64
Binary 10111111 1001001 1100011 0 111110 110000 11001 101011011 110000 110100

Color Harmonies of #BF4963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4963

Black with #BF4963

Text Example


Text Example

White with #BF4963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4963; }

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

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

background-color css

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

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

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

border-color css

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

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

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