Html Css Color HEX #BC656A Blush

📋 copy color: '#BC656A'

red 188 ◦ green 101 ◦ blue 106

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

Shades of Blush #BC656A

Tints of Blush #BC656A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.84%

R = 47.59%
G = 25.57%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC656A (or 0xBC656A) is known color: Blush. HEX triplet: BC, 65 and 6A. RGB value is (188,101,106). Sum of RGB (Red+Green+Blue) = 188+101+106=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC656A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC656A is #439A95. Grayscale: #7F7F7F. Windows color (decimal): -4430486 or 6972860. OLE color: 6972860.

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

Color convert

RGB 188 101 106 -
CMYK 0 0.46 0.44 0.26
HSL 356.55º 0.39% 0.57% -
HSV(B) 356.55º 0.46% 0.74% -
XYZ 27.99 21.04 16.22 -
YUV 127.58 115.82 171.09 -
System Red Green Blue C M Y K H S L
Decimal 188 101 106 0 0.46 0.44 0.26 356.55 0.39 0.57
Hex BC 65 6A 0 2E 2C 1A 165 27 39
Octal 274 145 152 0 56 54 32 545 47 71
Binary 10111100 1100101 1101010 0 101110 101100 11010 101100101 100111 111001

Color Harmonies of #BC656A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC656A

Black with #BC656A

Text Example


Text Example

White with #BC656A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC656A; }

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

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

background-color css

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

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

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

border-color css

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

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

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