Html Css Color HEX #BC656B Blush

📋 copy color: '#BC656B'

red 188 ◦ green 101 ◦ blue 107

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

Shades of Blush #BC656B

Tints of Blush #BC656B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.51%

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

R = 47.47%
G = 25.51%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC656B (or 0xBC656B) is known color: Blush. HEX triplet: BC, 65 and 6B. RGB value is (188,101,107). Sum of RGB (Red+Green+Blue) = 188+101+107=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 107 (42.19% from 255 or 27.02% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC656B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC656B is #439A94. Grayscale: #7F7F7F. Windows color (decimal): -4430485 or 7038396. OLE color: 7038396.

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

Color convert

RGB 188 101 107 -
CMYK 0 0.46 0.43 0.26
HSL 355.86º 0.39% 0.57% -
HSV(B) 355.86º 0.46% 0.74% -
XYZ 28.05 21.06 16.5 -
YUV 127.7 116.32 171.01 -
System Red Green Blue C M Y K H S L
Decimal 188 101 107 0 0.46 0.43 0.26 355.86 0.39 0.57
Hex BC 65 6B 0 2E 2B 1A 164 27 39
Octal 274 145 153 0 56 53 32 544 47 71
Binary 10111100 1100101 1101011 0 101110 101011 11010 101100100 100111 111001

Color Harmonies of #BC656B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC656B

Black with #BC656B

Text Example


Text Example

White with #BC656B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC656B; }

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

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

background-color css

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

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

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

border-color css

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

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

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