Html Css Color HEX #BC536C Blush

📋 copy color: '#BC536C'

red 188 ◦ green 83 ◦ blue 108

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

Shades of Blush #BC536C

Tints of Blush #BC536C

RGB

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

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

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

R = 49.6%
G = 21.9%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC536C (or 0xBC536C) is known color: Blush. HEX triplet: BC, 53 and 6C. RGB value is (188,83,108). Sum of RGB (Red+Green+Blue) = 188+83+108=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC536C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC536C is #43AC93. Grayscale: #757575. Windows color (decimal): -4435092 or 7099324. OLE color: 7099324.

HSL color Cylindrical-coordinate representation of color #BC536C: hue angle of 345.71º 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 #BC536C is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 83 108 -
CMYK 0 0.56 0.43 0.26
HSL 345.71º 0.44% 0.53% -
HSV(B) 345.71º 0.56% 0.74% -
XYZ 26.54 17.96 16.26 -
YUV 117.25 122.79 178.47 -
System Red Green Blue C M Y K H S L
Decimal 188 83 108 0 0.56 0.43 0.26 345.71 0.44 0.53
Hex BC 53 6C 0 38 2B 1A 15A 2C 35
Octal 274 123 154 0 70 53 32 532 54 65
Binary 10111100 1010011 1101100 0 111000 101011 11010 101011010 101100 110101

Color Harmonies of #BC536C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC536C

Black with #BC536C

Text Example


Text Example

White with #BC536C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC536C; }

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

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

background-color css

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

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

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

border-color css

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

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

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