Html Css Color HEX #BC506A Blush

📋 copy color: '#BC506A'

red 188 ◦ green 80 ◦ blue 106

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

Shades of Blush #BC506A

Tints of Blush #BC506A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.39%

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

R = 50.27%
G = 21.39%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC506A (or 0xBC506A) is known color: Blush. HEX triplet: BC, 50 and 6A. RGB value is (188,80,106). Sum of RGB (Red+Green+Blue) = 188+80+106=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC506A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC506A is #43AF95. Grayscale: #737373. Windows color (decimal): -4435862 or 6967484. OLE color: 6967484.

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

Color convert

RGB 188 80 106 -
CMYK 0 0.57 0.44 0.26
HSL 345.56º 0.45% 0.53% -
HSV(B) 345.56º 0.57% 0.74% -
XYZ 26.21 17.47 15.63 -
YUV 115.26 122.78 179.89 -
System Red Green Blue C M Y K H S L
Decimal 188 80 106 0 0.57 0.44 0.26 345.56 0.45 0.53
Hex BC 50 6A 0 39 2C 1A 15A 2D 35
Octal 274 120 152 0 71 54 32 532 55 65
Binary 10111100 1010000 1101010 0 111001 101100 11010 101011010 101101 110101

Color Harmonies of #BC506A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC506A

Black with #BC506A

Text Example


Text Example

White with #BC506A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC506A; }

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

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

background-color css

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

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

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

border-color css

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

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

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