Html Css Color HEX #BC5C6A Blush

📋 copy color: '#BC5C6A'

red 188 ◦ green 92 ◦ blue 106

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

Shades of Blush #BC5C6A

Tints of Blush #BC5C6A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.83%

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

R = 48.7%
G = 23.83%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC5C6A (or 0xBC5C6A) is known color: Blush. HEX triplet: BC, 5C and 6A. RGB value is (188,92,106). Sum of RGB (Red+Green+Blue) = 188+92+106=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 106 (41.80% from 255 or 27.46% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5C6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5C6A is #43A395. Grayscale: #7A7A7A. Windows color (decimal): -4432790 or 6970556. OLE color: 6970556.

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

Color convert

RGB 188 92 106 -
CMYK 0 0.51 0.44 0.26
HSL 351.25º 0.42% 0.55% -
HSV(B) 351.25º 0.51% 0.74% -
XYZ 27.17 19.39 15.95 -
YUV 122.3 118.8 174.86 -
System Red Green Blue C M Y K H S L
Decimal 188 92 106 0 0.51 0.44 0.26 351.25 0.42 0.55
Hex BC 5C 6A 0 33 2C 1A 15F 2A 37
Octal 274 134 152 0 63 54 32 537 52 67
Binary 10111100 1011100 1101010 0 110011 101100 11010 101011111 101010 110111

Color Harmonies of #BC5C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5C6A

Black with #BC5C6A

Text Example


Text Example

White with #BC5C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5C6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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