Html Css Color HEX #BC4768 Blush

📋 copy color: '#BC4768'

red 188 ◦ green 71 ◦ blue 104

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

Shades of Blush #BC4768

Tints of Blush #BC4768

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.56%

 BLUE value IS 104 (41.02% from 255) = 28.65%

R = 51.79%
G = 19.56%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC4768 (or 0xBC4768) is known color: Blush. HEX triplet: BC, 47 and 68. RGB value is (188,71,104). Sum of RGB (Red+Green+Blue) = 188+71+104=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4768 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4768 is #43B897. Grayscale: #6D6D6D. Windows color (decimal): -4438168 or 6834108. OLE color: 6834108.

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

Color convert

RGB 188 71 104 -
CMYK 0 0.62 0.45 0.26
HSL 343.08º 0.47% 0.51% -
HSV(B) 343.08º 0.62% 0.74% -
XYZ 25.49 16.2 14.88 -
YUV 109.75 124.76 183.82 -
System Red Green Blue C M Y K H S L
Decimal 188 71 104 0 0.62 0.45 0.26 343.08 0.47 0.51
Hex BC 47 68 0 3E 2D 1A 157 2F 33
Octal 274 107 150 0 76 55 32 527 57 63
Binary 10111100 1000111 1101000 0 111110 101101 11010 101010111 101111 110011

Color Harmonies of #BC4768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4768

Black with #BC4768

Text Example


Text Example

White with #BC4768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4768; }

 p { color: rgb(188,71,104); }

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

background-color css

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

 a { background-color: rgb(188,71,104); }

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

border-color css

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

 span { border-color: rgb(188,71,104); }

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