Html Css Color HEX #BC616A Blush

📋 copy color: '#BC616A'

red 188 ◦ green 97 ◦ blue 106

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

Shades of Blush #BC616A

Tints of Blush #BC616A

RGB

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

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

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

R = 48.08%
G = 24.81%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC616A (or 0xBC616A) is known color: Blush. HEX triplet: BC, 61 and 6A. RGB value is (188,97,106). Sum of RGB (Red+Green+Blue) = 188+97+106=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 97 (38.28% from 255 or 24.81% from 391); Blue value is 106 (41.80% from 255 or 27.11% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC616A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC616A is #439E95. Grayscale: #7D7D7D. Windows color (decimal): -4431510 or 6971836. OLE color: 6971836.

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

Color convert

RGB 188 97 106 -
CMYK 0 0.48 0.44 0.26
HSL 354.07º 0.4% 0.56% -
HSV(B) 354.07º 0.48% 0.74% -
XYZ 27.62 20.28 16.09 -
YUV 125.24 117.15 172.77 -
System Red Green Blue C M Y K H S L
Decimal 188 97 106 0 0.48 0.44 0.26 354.07 0.4 0.56
Hex BC 61 6A 0 30 2C 1A 162 28 38
Octal 274 141 152 0 60 54 32 542 50 70
Binary 10111100 1100001 1101010 0 110000 101100 11010 101100010 101000 111000

Color Harmonies of #BC616A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC616A

Black with #BC616A

Text Example


Text Example

White with #BC616A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC616A; }

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

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

background-color css

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

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

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

border-color css

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

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

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