Html Css Color HEX #BC5366 Blush

📋 copy color: '#BC5366'

red 188 ◦ green 83 ◦ blue 102

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

Shades of Blush #BC5366

Tints of Blush #BC5366

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.25%

 BLUE value IS 102 (40.23% from 255) = 27.35%

R = 50.4%
G = 22.25%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BC5366 (or 0xBC5366) is known color: Blush. HEX triplet: BC, 53 and 66. RGB value is (188,83,102). Sum of RGB (Red+Green+Blue) = 188+83+102=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 102 (40.23% from 255 or 27.35% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5366 is #43AC99. Grayscale: #747474. Windows color (decimal): -4435098 or 6706108. OLE color: 6706108.

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

Color convert

RGB 188 83 102 -
CMYK 0 0.56 0.46 0.26
HSL 349.14º 0.44% 0.53% -
HSV(B) 349.14º 0.56% 0.74% -
XYZ 26.23 17.84 14.63 -
YUV 116.56 119.79 178.96 -
System Red Green Blue C M Y K H S L
Decimal 188 83 102 0 0.56 0.46 0.26 349.14 0.44 0.53
Hex BC 53 66 0 38 2E 1A 15D 2C 35
Octal 274 123 146 0 70 56 32 535 54 65
Binary 10111100 1010011 1100110 0 111000 101110 11010 101011101 101100 110101

Color Harmonies of #BC5366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5366

Black with #BC5366

Text Example


Text Example

White with #BC5366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5366; }

 p { color: rgb(188,83,102); }

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

background-color css

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

 a { background-color: rgb(188,83,102); }

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

border-color css

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

 span { border-color: rgb(188,83,102); }

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