Html Css Color HEX #BC4264 Blush

📋 copy color: '#BC4264'

red 188 ◦ green 66 ◦ blue 100

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

Shades of Blush #BC4264

Tints of Blush #BC4264

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.64%

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

R = 53.11%
G = 18.64%
B = 28.25%

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

#BC4264 (or 0xBC4264) is known color: Blush. HEX triplet: BC, 42 and 64. RGB value is (188,66,100). Sum of RGB (Red+Green+Blue) = 188+66+100=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 100 (39.45% from 255 or 28.25% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4264 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4264 is #43BD9B. Grayscale: #6A6A6A. Windows color (decimal): -4439452 or 6570684. OLE color: 6570684.

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

Color convert

RGB 188 66 100 -
CMYK 0 0.65 0.47 0.26
HSL 343.28º 0.48% 0.5% -
HSV(B) 343.28º 0.65% 0.74% -
XYZ 24.99 15.51 13.73 -
YUV 106.35 124.42 186.24 -
System Red Green Blue C M Y K H S L
Decimal 188 66 100 0 0.65 0.47 0.26 343.28 0.48 0.5
Hex BC 42 64 0 41 2F 1A 157 30 32
Octal 274 102 144 0 101 57 32 527 60 62
Binary 10111100 1000010 1100100 0 1000001 101111 11010 101010111 110000 110010

Color Harmonies of #BC4264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4264

Black with #BC4264

Text Example


Text Example

White with #BC4264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4264; }

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

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

background-color css

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

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

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

border-color css

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

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

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