Html Css Color HEX #BC636C Blush

📋 copy color: '#BC636C'

red 188 ◦ green 99 ◦ blue 108

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

Shades of Blush #BC636C

Tints of Blush #BC636C

RGB

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

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

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

R = 47.59%
G = 25.06%
B = 27.34%

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

#BC636C (or 0xBC636C) is known color: Blush. HEX triplet: BC, 63 and 6C. RGB value is (188,99,108). Sum of RGB (Red+Green+Blue) = 188+99+108=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC636C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC636C is #439C93. Grayscale: #7E7E7E. Windows color (decimal): -4430996 or 7103420. OLE color: 7103420.

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

Color convert

RGB 188 99 108 -
CMYK 0 0.47 0.43 0.26
HSL 353.93º 0.4% 0.56% -
HSV(B) 353.93º 0.47% 0.74% -
XYZ 27.91 20.7 16.71 -
YUV 126.64 117.49 171.77 -
System Red Green Blue C M Y K H S L
Decimal 188 99 108 0 0.47 0.43 0.26 353.93 0.4 0.56
Hex BC 63 6C 0 2F 2B 1A 162 28 38
Octal 274 143 154 0 57 53 32 542 50 70
Binary 10111100 1100011 1101100 0 101111 101011 11010 101100010 101000 111000

Color Harmonies of #BC636C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC636C

Black with #BC636C

Text Example


Text Example

White with #BC636C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC636C; }

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

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

background-color css

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

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

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

border-color css

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

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

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