Html Css Color HEX #BC4C6D Blush

📋 copy color: '#BC4C6D'

red 188 ◦ green 76 ◦ blue 109

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

Shades of Blush #BC4C6D

Tints of Blush #BC4C6D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.38%

 BLUE value IS 109 (42.97% from 255) = 29.22%

R = 50.4%
G = 20.38%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BC4C6D (or 0xBC4C6D) is known color: Blush. HEX triplet: BC, 4C and 6D. RGB value is (188,76,109). Sum of RGB (Red+Green+Blue) = 188+76+109=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 76 (30.08% from 255 or 20.38% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4C6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4C6D is #43B392. Grayscale: #717171. Windows color (decimal): -4436883 or 7163068. OLE color: 7163068.

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

Color convert

RGB 188 76 109 -
CMYK 0 0.60 0.42 0.26
HSL 342.32º 0.46% 0.52% -
HSV(B) 342.32º 0.6% 0.74% -
XYZ 26.08 16.96 16.37 -
YUV 113.25 125.61 181.32 -
System Red Green Blue C M Y K H S L
Decimal 188 76 109 0 0.60 0.42 0.26 342.32 0.46 0.52
Hex BC 4C 6D 0 3C 2A 1A 156 2E 34
Octal 274 114 155 0 74 52 32 526 56 64
Binary 10111100 1001100 1101101 0 111100 101010 11010 101010110 101110 110100

Color Harmonies of #BC4C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4C6D

Black with #BC4C6D

Text Example


Text Example

White with #BC4C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4C6D; }

 p { color: rgb(188,76,109); }

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

background-color css

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

 a { background-color: rgb(188,76,109); }

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

border-color css

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

 span { border-color: rgb(188,76,109); }

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