Html Css Color HEX #BC4164 Blush

📋 copy color: '#BC4164'

red 188 ◦ green 65 ◦ blue 100

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

Shades of Blush #BC4164

Tints of Blush #BC4164

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.41%

 BLUE value IS 100 (39.45% from 255) = 28.33%

R = 53.26%
G = 18.41%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC4164 (or 0xBC4164) is known color: Blush. HEX triplet: BC, 41 and 64. RGB value is (188,65,100). Sum of RGB (Red+Green+Blue) = 188+65+100=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4164 is #43BE9B. Grayscale: #696969. Windows color (decimal): -4439708 or 6570428. OLE color: 6570428.

HSL color Cylindrical-coordinate representation of color #BC4164: hue angle of 342.93º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC4164 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 65 100 -
CMYK 0 0.65 0.47 0.26
HSL 342.93º 0.49% 0.5% -
HSV(B) 342.93º 0.65% 0.74% -
XYZ 24.93 15.39 13.71 -
YUV 105.77 124.75 186.65 -
System Red Green Blue C M Y K H S L
Decimal 188 65 100 0 0.65 0.47 0.26 342.93 0.49 0.5
Hex BC 41 64 0 41 2F 1A 157 31 32
Octal 274 101 144 0 101 57 32 527 61 62
Binary 10111100 1000001 1100100 0 1000001 101111 11010 101010111 110001 110010

Color Harmonies of #BC4164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4164

Black with #BC4164

Text Example


Text Example

White with #BC4164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4164; }

 p { color: rgb(188,65,100); }

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

background-color css

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

 a { background-color: rgb(188,65,100); }

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

border-color css

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

 span { border-color: rgb(188,65,100); }

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