Html Css Color HEX #BC646C Blush

📋 copy color: '#BC646C'

red 188 ◦ green 100 ◦ blue 108

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

Shades of Blush #BC646C

Tints of Blush #BC646C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.25%

 BLUE value IS 108 (42.58% from 255) = 27.27%

R = 47.47%
G = 25.25%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC646C (or 0xBC646C) is known color: Blush. HEX triplet: BC, 64 and 6C. RGB value is (188,100,108). Sum of RGB (Red+Green+Blue) = 188+100+108=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 100 (39.45% from 255 or 25.25% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC646C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC646C is #439B93. Grayscale: #7F7F7F. Windows color (decimal): -4430740 or 7103676. OLE color: 7103676.

HSL color Cylindrical-coordinate representation of color #BC646C: hue angle of 354.55º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC646C is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 100 108 -
CMYK 0 0.47 0.43 0.26
HSL 354.55º 0.4% 0.56% -
HSV(B) 354.55º 0.47% 0.74% -
XYZ 28 20.89 16.74 -
YUV 127.22 117.15 171.35 -
System Red Green Blue C M Y K H S L
Decimal 188 100 108 0 0.47 0.43 0.26 354.55 0.4 0.56
Hex BC 64 6C 0 2F 2B 1A 163 28 38
Octal 274 144 154 0 57 53 32 543 50 70
Binary 10111100 1100100 1101100 0 101111 101011 11010 101100011 101000 111000

Color Harmonies of #BC646C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC646C

Black with #BC646C

Text Example


Text Example

White with #BC646C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC646C; }

 p { color: rgb(188,100,108); }

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

background-color css

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

 a { background-color: rgb(188,100,108); }

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

border-color css

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

 span { border-color: rgb(188,100,108); }

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