Html Css Color HEX #BC486A Blush

📋 copy color: '#BC486A'

red 188 ◦ green 72 ◦ blue 106

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

Shades of Blush #BC486A

Tints of Blush #BC486A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.67%

 BLUE value IS 106 (41.8% from 255) = 28.96%

R = 51.37%
G = 19.67%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC486A (or 0xBC486A) is known color: Blush. HEX triplet: BC, 48 and 6A. RGB value is (188,72,106). Sum of RGB (Red+Green+Blue) = 188+72+106=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC486A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC486A is #43B795. Grayscale: #6E6E6E. Windows color (decimal): -4437910 or 6965436. OLE color: 6965436.

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

Color convert

RGB 188 72 106 -
CMYK 0 0.62 0.44 0.26
HSL 342.41º 0.46% 0.51% -
HSV(B) 342.41º 0.62% 0.74% -
XYZ 25.66 16.37 15.44 -
YUV 110.56 125.43 183.24 -
System Red Green Blue C M Y K H S L
Decimal 188 72 106 0 0.62 0.44 0.26 342.41 0.46 0.51
Hex BC 48 6A 0 3E 2C 1A 156 2E 33
Octal 274 110 152 0 76 54 32 526 56 63
Binary 10111100 1001000 1101010 0 111110 101100 11010 101010110 101110 110011

Color Harmonies of #BC486A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC486A

Black with #BC486A

Text Example


Text Example

White with #BC486A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC486A; }

 p { color: rgb(188,72,106); }

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

background-color css

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

 a { background-color: rgb(188,72,106); }

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

border-color css

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

 span { border-color: rgb(188,72,106); }

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