Html Css Color HEX #BC616E Blush

📋 copy color: '#BC616E'

red 188 ◦ green 97 ◦ blue 110

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

Shades of Blush #BC616E

Tints of Blush #BC616E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.56%

 BLUE value IS 110 (43.36% from 255) = 27.85%

R = 47.59%
G = 24.56%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC616E (or 0xBC616E) is known color: Blush. HEX triplet: BC, 61 and 6E. RGB value is (188,97,110). Sum of RGB (Red+Green+Blue) = 188+97+110=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC616E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC616E is #439E91. Grayscale: #7D7D7D. Windows color (decimal): -4431506 or 7233980. OLE color: 7233980.

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

Color convert

RGB 188 97 110 -
CMYK 0 0.48 0.41 0.26
HSL 351.43º 0.4% 0.56% -
HSV(B) 351.43º 0.48% 0.74% -
XYZ 27.83 20.37 17.22 -
YUV 125.69 119.15 172.44 -
System Red Green Blue C M Y K H S L
Decimal 188 97 110 0 0.48 0.41 0.26 351.43 0.4 0.56
Hex BC 61 6E 0 30 29 1A 15F 28 38
Octal 274 141 156 0 60 51 32 537 50 70
Binary 10111100 1100001 1101110 0 110000 101001 11010 101011111 101000 111000

Color Harmonies of #BC616E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC616E

Black with #BC616E

Text Example


Text Example

White with #BC616E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC616E; }

 p { color: rgb(188,97,110); }

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

background-color css

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

 a { background-color: rgb(188,97,110); }

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

border-color css

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

 span { border-color: rgb(188,97,110); }

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