Html Css Color HEX #BC4066 Blush

📋 copy color: '#BC4066'

red 188 ◦ green 64 ◦ blue 102

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

Shades of Blush #BC4066

Tints of Blush #BC4066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 28.81%

R = 53.11%
G = 18.08%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BC4066 (or 0xBC4066) is known color: Blush. HEX triplet: BC, 40 and 66. RGB value is (188,64,102). Sum of RGB (Red+Green+Blue) = 188+64+102=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 102 (40.23% from 255 or 28.81% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4066 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4066 is #43BF99. Grayscale: #696969. Windows color (decimal): -4439962 or 6701244. OLE color: 6701244.

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

Color convert

RGB 188 64 102 -
CMYK 0 0.66 0.46 0.26
HSL 341.61º 0.49% 0.49% -
HSV(B) 341.61º 0.66% 0.74% -
XYZ 24.97 15.32 14.21 -
YUV 105.41 126.08 186.91 -
System Red Green Blue C M Y K H S L
Decimal 188 64 102 0 0.66 0.46 0.26 341.61 0.49 0.49
Hex BC 40 66 0 42 2E 1A 156 31 31
Octal 274 100 146 0 102 56 32 526 61 61
Binary 10111100 1000000 1100110 0 1000010 101110 11010 101010110 110001 110001

Color Harmonies of #BC4066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4066

Black with #BC4066

Text Example


Text Example

White with #BC4066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4066; }

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

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

background-color css

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

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

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

border-color css

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

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

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