Html Css Color HEX #BC5B6C Blush

📋 copy color: '#BC5B6C'

red 188 ◦ green 91 ◦ blue 108

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

Shades of Blush #BC5B6C

Tints of Blush #BC5B6C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.51%

 BLUE value IS 108 (42.58% from 255) = 27.91%

R = 48.58%
G = 23.51%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC5B6C (or 0xBC5B6C) is known color: Blush. HEX triplet: BC, 5B and 6C. RGB value is (188,91,108). Sum of RGB (Red+Green+Blue) = 188+91+108=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 91 (35.94% from 255 or 23.51% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5B6C is #43A493. Grayscale: #797979. Windows color (decimal): -4433044 or 7101372. OLE color: 7101372.

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

Color convert

RGB 188 91 108 -
CMYK 0 0.52 0.43 0.26
HSL 349.48º 0.42% 0.55% -
HSV(B) 349.48º 0.52% 0.74% -
XYZ 27.19 19.26 16.47 -
YUV 121.94 120.14 175.12 -
System Red Green Blue C M Y K H S L
Decimal 188 91 108 0 0.52 0.43 0.26 349.48 0.42 0.55
Hex BC 5B 6C 0 34 2B 1A 15D 2A 37
Octal 274 133 154 0 64 53 32 535 52 67
Binary 10111100 1011011 1101100 0 110100 101011 11010 101011101 101010 110111

Color Harmonies of #BC5B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5B6C

Black with #BC5B6C

Text Example


Text Example

White with #BC5B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5B6C; }

 p { color: rgb(188,91,108); }

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

background-color css

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

 a { background-color: rgb(188,91,108); }

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

border-color css

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

 span { border-color: rgb(188,91,108); }

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