Html Css Color HEX #BC4B64 Blush

📋 copy color: '#BC4B64'

red 188 ◦ green 75 ◦ blue 100

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

Shades of Blush #BC4B64

Tints of Blush #BC4B64

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.66%

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

R = 51.79%
G = 20.66%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC4B64 (or 0xBC4B64) is known color: Blush. HEX triplet: BC, 4B and 64. RGB value is (188,75,100). Sum of RGB (Red+Green+Blue) = 188+75+100=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4B64 is #43B49B. Grayscale: #6F6F6F. Windows color (decimal): -4437148 or 6572988. OLE color: 6572988.

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

Color convert

RGB 188 75 100 -
CMYK 0 0.60 0.47 0.26
HSL 346.73º 0.46% 0.52% -
HSV(B) 346.73º 0.6% 0.74% -
XYZ 25.56 16.64 13.92 -
YUV 111.64 121.44 182.47 -
System Red Green Blue C M Y K H S L
Decimal 188 75 100 0 0.60 0.47 0.26 346.73 0.46 0.52
Hex BC 4B 64 0 3C 2F 1A 15B 2E 34
Octal 274 113 144 0 74 57 32 533 56 64
Binary 10111100 1001011 1100100 0 111100 101111 11010 101011011 101110 110100

Color Harmonies of #BC4B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4B64

Black with #BC4B64

Text Example


Text Example

White with #BC4B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4B64; }

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

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

background-color css

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

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

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

border-color css

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

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

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