Html Css Color HEX #BC495F Blush

📋 copy color: '#BC495F'

red 188 ◦ green 73 ◦ blue 95

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

Shades of Blush #BC495F

Tints of Blush #BC495F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.69%

R = 52.81%
G = 20.51%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC495F (or 0xBC495F) is known color: Blush. HEX triplet: BC, 49 and 5F. RGB value is (188,73,95). Sum of RGB (Red+Green+Blue) = 188+73+95=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC495F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC495F is #43B6A0. Grayscale: #6D6D6D. Windows color (decimal): -4437665 or 6244796. OLE color: 6244796.

HSL color Cylindrical-coordinate representation of color #BC495F: hue angle of 348.52º 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 #BC495F is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 73 95 -
CMYK 0 0.61 0.49 0.26
HSL 348.52º 0.46% 0.51% -
HSV(B) 348.52º 0.61% 0.74% -
XYZ 25.19 16.28 12.64 -
YUV 109.89 119.6 183.71 -
System Red Green Blue C M Y K H S L
Decimal 188 73 95 0 0.61 0.49 0.26 348.52 0.46 0.51
Hex BC 49 5F 0 3D 31 1A 15D 2E 33
Octal 274 111 137 0 75 61 32 535 56 63
Binary 10111100 1001001 1011111 0 111101 110001 11010 101011101 101110 110011

Color Harmonies of #BC495F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC495F

Black with #BC495F

Text Example


Text Example

White with #BC495F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC495F; }

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

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

background-color css

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

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

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

border-color css

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

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

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