Html Css Color HEX #BF4363 Blush

📋 copy color: '#BF4363'

red 191 ◦ green 67 ◦ blue 99

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

Shades of Blush #BF4363

Tints of Blush #BF4363

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.77%

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

R = 53.5%
G = 18.77%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BF4363 (or 0xBF4363) is known color: Blush. HEX triplet: BF, 43 and 63. RGB value is (191,67,99). Sum of RGB (Red+Green+Blue) = 191+67+99=357 (47% of max value = 765). Red value is 191 (75% from 255 or 53.50% from 357); Green value is 67 (26.56% from 255 or 18.77% from 357); Blue value is 99 (39.06% from 255 or 27.73% from 357); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4363 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4363 is #40BC9C. Grayscale: #6B6B6B. Windows color (decimal): -4242589 or 6505407. OLE color: 6505407.

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

Color convert

RGB 191 67 99 -
CMYK 0 0.65 0.48 0.25
HSL 344.52º 0.49% 0.51% -
HSV(B) 344.52º 0.65% 0.75% -
XYZ 25.75 15.99 13.53 -
YUV 107.72 123.08 187.4 -
System Red Green Blue C M Y K H S L
Decimal 191 67 99 0 0.65 0.48 0.25 344.52 0.49 0.51
Hex BF 43 63 0 41 30 19 159 31 33
Octal 277 103 143 0 101 60 31 531 61 63
Binary 10111111 1000011 1100011 0 1000001 110000 11001 101011001 110001 110011

Color Harmonies of #BF4363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4363

Black with #BF4363

Text Example


Text Example

White with #BF4363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4363; }

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

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

background-color css

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

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

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

border-color css

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

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

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