Html Css Color HEX #BC636B Blush

📋 copy color: '#BC636B'

red 188 ◦ green 99 ◦ blue 107

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

Shades of Blush #BC636B

Tints of Blush #BC636B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.13%

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

R = 47.72%
G = 25.13%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC636B (or 0xBC636B) is known color: Blush. HEX triplet: BC, 63 and 6B. RGB value is (188,99,107). Sum of RGB (Red+Green+Blue) = 188+99+107=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC636B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC636B is #439C94. Grayscale: #7E7E7E. Windows color (decimal): -4430997 or 7037884. OLE color: 7037884.

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

Color convert

RGB 188 99 107 -
CMYK 0 0.47 0.43 0.26
HSL 354.61º 0.4% 0.56% -
HSV(B) 354.61º 0.47% 0.74% -
XYZ 27.85 20.68 16.43 -
YUV 126.52 116.99 171.85 -
System Red Green Blue C M Y K H S L
Decimal 188 99 107 0 0.47 0.43 0.26 354.61 0.4 0.56
Hex BC 63 6B 0 2F 2B 1A 163 28 38
Octal 274 143 153 0 57 53 32 543 50 70
Binary 10111100 1100011 1101011 0 101111 101011 11010 101100011 101000 111000

Color Harmonies of #BC636B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC636B

Black with #BC636B

Text Example


Text Example

White with #BC636B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC636B; }

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

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

background-color css

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

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

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

border-color css

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

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

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