Html Css Color HEX #BC616B Blush

📋 copy color: '#BC616B'

red 188 ◦ green 97 ◦ blue 107

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

Shades of Blush #BC616B

Tints of Blush #BC616B

RGB

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

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

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

R = 47.96%
G = 24.74%
B = 27.3%

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

#BC616B (or 0xBC616B) is known color: Blush. HEX triplet: BC, 61 and 6B. RGB value is (188,97,107). Sum of RGB (Red+Green+Blue) = 188+97+107=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC616B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC616B is #439E94. Grayscale: #7D7D7D. Windows color (decimal): -4431509 or 7037372. OLE color: 7037372.

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

Color convert

RGB 188 97 107 -
CMYK 0 0.48 0.43 0.26
HSL 353.41º 0.4% 0.56% -
HSV(B) 353.41º 0.48% 0.74% -
XYZ 27.67 20.3 16.37 -
YUV 125.35 117.65 172.69 -
System Red Green Blue C M Y K H S L
Decimal 188 97 107 0 0.48 0.43 0.26 353.41 0.4 0.56
Hex BC 61 6B 0 30 2B 1A 161 28 38
Octal 274 141 153 0 60 53 32 541 50 70
Binary 10111100 1100001 1101011 0 110000 101011 11010 101100001 101000 111000

Color Harmonies of #BC616B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC616B

Black with #BC616B

Text Example


Text Example

White with #BC616B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC616B; }

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

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

background-color css

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

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

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

border-color css

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

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

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