Html Css Color HEX #BC4063 Blush

📋 copy color: '#BC4063'

red 188 ◦ green 64 ◦ blue 99

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

Shades of Blush #BC4063

Tints of Blush #BC4063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 28.21%

R = 53.56%
G = 18.23%
B = 28.21%

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

#BC4063 (or 0xBC4063) is known color: Blush. HEX triplet: BC, 40 and 63. RGB value is (188,64,99). Sum of RGB (Red+Green+Blue) = 188+64+99=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 99 (39.06% from 255 or 28.21% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4063 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4063 is #43BF9C. Grayscale: #696969. Windows color (decimal): -4439965 or 6504636. OLE color: 6504636.

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

Color convert

RGB 188 64 99 -
CMYK 0 0.66 0.47 0.26
HSL 343.06º 0.49% 0.49% -
HSV(B) 343.06º 0.66% 0.74% -
XYZ 24.82 15.26 13.44 -
YUV 105.07 124.58 187.15 -
System Red Green Blue C M Y K H S L
Decimal 188 64 99 0 0.66 0.47 0.26 343.06 0.49 0.49
Hex BC 40 63 0 42 2F 1A 157 31 31
Octal 274 100 143 0 102 57 32 527 61 61
Binary 10111100 1000000 1100011 0 1000010 101111 11010 101010111 110001 110001

Color Harmonies of #BC4063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4063

Black with #BC4063

Text Example


Text Example

White with #BC4063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4063; }

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

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

background-color css

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

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

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

border-color css

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

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

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