Html Css Color HEX #BC646E Blush

📋 copy color: '#BC646E'

red 188 ◦ green 100 ◦ blue 110

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

Shades of Blush #BC646E

Tints of Blush #BC646E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.64%

R = 47.24%
G = 25.13%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC646E (or 0xBC646E) is known color: Blush. HEX triplet: BC, 64 and 6E. RGB value is (188,100,110). Sum of RGB (Red+Green+Blue) = 188+100+110=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 110 (43.36% from 255 or 27.64% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC646E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC646E is #439B91. Grayscale: #7F7F7F. Windows color (decimal): -4430738 or 7234748. OLE color: 7234748.

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

Color convert

RGB 188 100 110 -
CMYK 0 0.47 0.41 0.26
HSL 353.18º 0.4% 0.56% -
HSV(B) 353.18º 0.47% 0.74% -
XYZ 28.11 20.93 17.31 -
YUV 127.45 118.15 171.19 -
System Red Green Blue C M Y K H S L
Decimal 188 100 110 0 0.47 0.41 0.26 353.18 0.4 0.56
Hex BC 64 6E 0 2F 29 1A 161 28 38
Octal 274 144 156 0 57 51 32 541 50 70
Binary 10111100 1100100 1101110 0 101111 101001 11010 101100001 101000 111000

Color Harmonies of #BC646E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC646E

Black with #BC646E

Text Example


Text Example

White with #BC646E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC646E; }

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

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

background-color css

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

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

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

border-color css

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

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

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