Html Css Color HEX #BC4D6B Blush

📋 copy color: '#BC4D6B'

red 188 ◦ green 77 ◦ blue 107

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

Shades of Blush #BC4D6B

Tints of Blush #BC4D6B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.7%

 BLUE value IS 107 (42.19% from 255) = 28.76%

R = 50.54%
G = 20.7%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC4D6B (or 0xBC4D6B) is known color: Blush. HEX triplet: BC, 4D and 6B. RGB value is (188,77,107). Sum of RGB (Red+Green+Blue) = 188+77+107=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 77 (30.47% from 255 or 20.70% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC4D6B is #43B294. Grayscale: #717171. Windows color (decimal): -4436629 or 7032252. OLE color: 7032252.

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

Color convert

RGB 188 77 107 -
CMYK 0 0.59 0.43 0.26
HSL 343.78º 0.45% 0.52% -
HSV(B) 343.78º 0.59% 0.74% -
XYZ 26.05 17.06 15.83 -
YUV 113.61 124.27 181.06 -
System Red Green Blue C M Y K H S L
Decimal 188 77 107 0 0.59 0.43 0.26 343.78 0.45 0.52
Hex BC 4D 6B 0 3B 2B 1A 158 2D 34
Octal 274 115 153 0 73 53 32 530 55 64
Binary 10111100 1001101 1101011 0 111011 101011 11010 101011000 101101 110100

Color Harmonies of #BC4D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4D6B

Black with #BC4D6B

Text Example


Text Example

White with #BC4D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4D6B; }

 p { color: rgb(188,77,107); }

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

background-color css

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

 a { background-color: rgb(188,77,107); }

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

border-color css

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

 span { border-color: rgb(188,77,107); }

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