Html Css Color HEX #BC6473 Blush

📋 copy color: '#BC6473'

red 188 ◦ green 100 ◦ blue 115

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

Shades of Blush #BC6473

Tints of Blush #BC6473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.54%

R = 46.65%
G = 24.81%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BC6473 (or 0xBC6473) is known color: Blush. HEX triplet: BC, 64 and 73. RGB value is (188,100,115). Sum of RGB (Red+Green+Blue) = 188+100+115=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6473 is #439B8C. Grayscale: #808080. Windows color (decimal): -4430733 or 7562428. OLE color: 7562428.

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

Color convert

RGB 188 100 115 -
CMYK 0 0.47 0.39 0.26
HSL 349.77º 0.4% 0.56% -
HSV(B) 349.77º 0.47% 0.74% -
XYZ 28.39 21.04 18.79 -
YUV 128.02 120.65 170.78 -
System Red Green Blue C M Y K H S L
Decimal 188 100 115 0 0.47 0.39 0.26 349.77 0.4 0.56
Hex BC 64 73 0 2F 27 1A 15E 28 38
Octal 274 144 163 0 57 47 32 536 50 70
Binary 10111100 1100100 1110011 0 101111 100111 11010 101011110 101000 111000

Color Harmonies of #BC6473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6473

Black with #BC6473

Text Example


Text Example

White with #BC6473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6473; }

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

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

background-color css

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

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

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

border-color css

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

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

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