Html Css Color HEX #BC536D Blush

📋 copy color: '#BC536D'

red 188 ◦ green 83 ◦ blue 109

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

Shades of Blush #BC536D

Tints of Blush #BC536D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.68%

R = 49.47%
G = 21.84%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BC536D (or 0xBC536D) is known color: Blush. HEX triplet: BC, 53 and 6D. RGB value is (188,83,109). Sum of RGB (Red+Green+Blue) = 188+83+109=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 83 (32.81% from 255 or 21.84% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC536D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC536D is #43AC92. Grayscale: #757575. Windows color (decimal): -4435091 or 7164860. OLE color: 7164860.

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

Color convert

RGB 188 83 109 -
CMYK 0 0.56 0.42 0.26
HSL 345.14º 0.44% 0.53% -
HSV(B) 345.14º 0.56% 0.74% -
XYZ 26.59 17.98 16.54 -
YUV 117.36 123.29 178.39 -
System Red Green Blue C M Y K H S L
Decimal 188 83 109 0 0.56 0.42 0.26 345.14 0.44 0.53
Hex BC 53 6D 0 38 2A 1A 159 2C 35
Octal 274 123 155 0 70 52 32 531 54 65
Binary 10111100 1010011 1101101 0 111000 101010 11010 101011001 101100 110101

Color Harmonies of #BC536D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC536D

Black with #BC536D

Text Example


Text Example

White with #BC536D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC536D; }

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

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

background-color css

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

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

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

border-color css

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

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

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