Html Css Color HEX #BC616C Blush

📋 copy color: '#BC616C'

red 188 ◦ green 97 ◦ blue 108

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

Shades of Blush #BC616C

Tints of Blush #BC616C

RGB

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

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

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

R = 47.84%
G = 24.68%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC616C (or 0xBC616C) is known color: Blush. HEX triplet: BC, 61 and 6C. RGB value is (188,97,108). Sum of RGB (Red+Green+Blue) = 188+97+108=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC616C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC616C is #439E93. Grayscale: #7D7D7D. Windows color (decimal): -4431508 or 7102908. OLE color: 7102908.

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

Color convert

RGB 188 97 108 -
CMYK 0 0.48 0.43 0.26
HSL 352.75º 0.4% 0.56% -
HSV(B) 352.75º 0.48% 0.74% -
XYZ 27.72 20.32 16.65 -
YUV 125.46 118.15 172.61 -
System Red Green Blue C M Y K H S L
Decimal 188 97 108 0 0.48 0.43 0.26 352.75 0.4 0.56
Hex BC 61 6C 0 30 2B 1A 161 28 38
Octal 274 141 154 0 60 53 32 541 50 70
Binary 10111100 1100001 1101100 0 110000 101011 11010 101100001 101000 111000

Color Harmonies of #BC616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC616C

Black with #BC616C

Text Example


Text Example

White with #BC616C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC616C; }

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

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

background-color css

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

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

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

border-color css

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

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

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