Html Css Color HEX #BF475E Blush

📋 copy color: '#BF475E'

red 191 ◦ green 71 ◦ blue 94

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

Shades of Blush #BF475E

Tints of Blush #BF475E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.94%

 BLUE value IS 94 (37.11% from 255) = 26.4%

R = 53.65%
G = 19.94%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BF475E (or 0xBF475E) is known color: Blush. HEX triplet: BF, 47 and 5E. RGB value is (191,71,94). Sum of RGB (Red+Green+Blue) = 191+71+94=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF475E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF475E is #40B8A1. Grayscale: #6D6D6D. Windows color (decimal): -4241570 or 6178751. OLE color: 6178751.

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

Color convert

RGB 191 71 94 -
CMYK 0 0.63 0.51 0.25
HSL 348.5º 0.48% 0.51% -
HSV(B) 348.5º 0.63% 0.75% -
XYZ 25.76 16.39 12.4 -
YUV 109.5 119.26 186.13 -
System Red Green Blue C M Y K H S L
Decimal 191 71 94 0 0.63 0.51 0.25 348.5 0.48 0.51
Hex BF 47 5E 0 3F 33 19 15C 30 33
Octal 277 107 136 0 77 63 31 534 60 63
Binary 10111111 1000111 1011110 0 111111 110011 11001 101011100 110000 110011

Color Harmonies of #BF475E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF475E

Black with #BF475E

Text Example


Text Example

White with #BF475E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF475E; }

 p { color: rgb(191,71,94); }

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

background-color css

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

 a { background-color: rgb(191,71,94); }

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

border-color css

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

 span { border-color: rgb(191,71,94); }

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