Html Css Color HEX #BC476A Blush

📋 copy color: '#BC476A'

red 188 ◦ green 71 ◦ blue 106

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

Shades of Blush #BC476A

Tints of Blush #BC476A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.45%

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

R = 51.51%
G = 19.45%
B = 29.04%

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

#BC476A (or 0xBC476A) is known color: Blush. HEX triplet: BC, 47 and 6A. RGB value is (188,71,106). Sum of RGB (Red+Green+Blue) = 188+71+106=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC476A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC476A is #43B895. Grayscale: #6D6D6D. Windows color (decimal): -4438166 or 6965180. OLE color: 6965180.

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

Color convert

RGB 188 71 106 -
CMYK 0 0.62 0.44 0.26
HSL 342.05º 0.47% 0.51% -
HSV(B) 342.05º 0.62% 0.74% -
XYZ 25.59 16.24 15.42 -
YUV 109.97 125.76 183.65 -
System Red Green Blue C M Y K H S L
Decimal 188 71 106 0 0.62 0.44 0.26 342.05 0.47 0.51
Hex BC 47 6A 0 3E 2C 1A 156 2F 33
Octal 274 107 152 0 76 54 32 526 57 63
Binary 10111100 1000111 1101010 0 111110 101100 11010 101010110 101111 110011

Color Harmonies of #BC476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC476A

Black with #BC476A

Text Example


Text Example

White with #BC476A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC476A; }

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

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

background-color css

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

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

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

border-color css

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

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

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