Html Css Color HEX #BC4D6A Blush

📋 copy color: '#BC4D6A'

red 188 ◦ green 77 ◦ blue 106

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

Shades of Blush #BC4D6A

Tints of Blush #BC4D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.57%

R = 50.67%
G = 20.75%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC4D6A (or 0xBC4D6A) is known color: Blush. HEX triplet: BC, 4D and 6A. RGB value is (188,77,106). Sum of RGB (Red+Green+Blue) = 188+77+106=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC4D6A is #43B295. Grayscale: #717171. Windows color (decimal): -4436630 or 6966716. OLE color: 6966716.

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

Color convert

RGB 188 77 106 -
CMYK 0 0.59 0.44 0.26
HSL 344.32º 0.45% 0.52% -
HSV(B) 344.32º 0.59% 0.74% -
XYZ 25.99 17.04 15.55 -
YUV 113.5 123.77 181.14 -
System Red Green Blue C M Y K H S L
Decimal 188 77 106 0 0.59 0.44 0.26 344.32 0.45 0.52
Hex BC 4D 6A 0 3B 2C 1A 158 2D 34
Octal 274 115 152 0 73 54 32 530 55 64
Binary 10111100 1001101 1101010 0 111011 101100 11010 101011000 101101 110100

Color Harmonies of #BC4D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4D6A

Black with #BC4D6A

Text Example


Text Example

White with #BC4D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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