Html Css Color HEX #BC495B Blush

📋 copy color: '#BC495B'

red 188 ◦ green 73 ◦ blue 91

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

Shades of Blush #BC495B

Tints of Blush #BC495B

RGB

 RED value IS 188 (73.83% from 255) = 53.41%

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

 BLUE value IS 91 (35.94% from 255) = 25.85%

R = 53.41%
G = 20.74%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC495B (or 0xBC495B) is known color: Blush. HEX triplet: BC, 49 and 5B. RGB value is (188,73,91). Sum of RGB (Red+Green+Blue) = 188+73+91=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC495B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC495B is #43B6A4. Grayscale: #6D6D6D. Windows color (decimal): -4437669 or 5982652. OLE color: 5982652.

HSL color Cylindrical-coordinate representation of color #BC495B: hue angle of 350.61º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC495B is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 73 91 -
CMYK 0 0.61 0.52 0.26
HSL 350.61º 0.46% 0.51% -
HSV(B) 350.61º 0.61% 0.74% -
XYZ 25.01 16.21 11.71 -
YUV 109.44 117.6 184.04 -
System Red Green Blue C M Y K H S L
Decimal 188 73 91 0 0.61 0.52 0.26 350.61 0.46 0.51
Hex BC 49 5B 0 3D 34 1A 15F 2E 33
Octal 274 111 133 0 75 64 32 537 56 63
Binary 10111100 1001001 1011011 0 111101 110100 11010 101011111 101110 110011

Color Harmonies of #BC495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC495B

Black with #BC495B

Text Example


Text Example

White with #BC495B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC495B; }

 p { color: rgb(188,73,91); }

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

background-color css

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

 a { background-color: rgb(188,73,91); }

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

border-color css

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

 span { border-color: rgb(188,73,91); }

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