Html Css Color HEX #BC536B Blush

📋 copy color: '#BC536B'

red 188 ◦ green 83 ◦ blue 107

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

Shades of Blush #BC536B

Tints of Blush #BC536B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.31%

R = 49.74%
G = 21.96%
B = 28.31%

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

#BC536B (or 0xBC536B) is known color: Blush. HEX triplet: BC, 53 and 6B. RGB value is (188,83,107). Sum of RGB (Red+Green+Blue) = 188+83+107=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC536B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC536B is #43AC94. Grayscale: #757575. Windows color (decimal): -4435093 or 7033788. OLE color: 7033788.

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

Color convert

RGB 188 83 107 -
CMYK 0 0.56 0.43 0.26
HSL 346.29º 0.44% 0.53% -
HSV(B) 346.29º 0.56% 0.74% -
XYZ 26.49 17.94 15.98 -
YUV 117.13 122.29 178.55 -
System Red Green Blue C M Y K H S L
Decimal 188 83 107 0 0.56 0.43 0.26 346.29 0.44 0.53
Hex BC 53 6B 0 38 2B 1A 15A 2C 35
Octal 274 123 153 0 70 53 32 532 54 65
Binary 10111100 1010011 1101011 0 111000 101011 11010 101011010 101100 110101

Color Harmonies of #BC536B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC536B

Black with #BC536B

Text Example


Text Example

White with #BC536B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC536B; }

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

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

background-color css

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

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

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

border-color css

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

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

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