Html Css Color HEX #BC4064 Blush

📋 copy color: '#BC4064'

red 188 ◦ green 64 ◦ blue 100

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

Shades of Blush #BC4064

Tints of Blush #BC4064

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.18%

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

R = 53.41%
G = 18.18%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC4064 (or 0xBC4064) is known color: Blush. HEX triplet: BC, 40 and 64. RGB value is (188,64,100). Sum of RGB (Red+Green+Blue) = 188+64+100=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4064 is #43BF9B. Grayscale: #696969. Windows color (decimal): -4439964 or 6570172. OLE color: 6570172.

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

Color convert

RGB 188 64 100 -
CMYK 0 0.66 0.47 0.26
HSL 342.58º 0.49% 0.49% -
HSV(B) 342.58º 0.66% 0.74% -
XYZ 24.87 15.28 13.69 -
YUV 105.18 125.08 187.07 -
System Red Green Blue C M Y K H S L
Decimal 188 64 100 0 0.66 0.47 0.26 342.58 0.49 0.49
Hex BC 40 64 0 42 2F 1A 157 31 31
Octal 274 100 144 0 102 57 32 527 61 61
Binary 10111100 1000000 1100100 0 1000010 101111 11010 101010111 110001 110001

Color Harmonies of #BC4064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4064

Black with #BC4064

Text Example


Text Example

White with #BC4064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4064; }

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

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

background-color css

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

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

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

border-color css

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

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

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