Html Css Color HEX #BC5672 Blush

📋 copy color: '#BC5672'

red 188 ◦ green 86 ◦ blue 114

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

Shades of Blush #BC5672

Tints of Blush #BC5672

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.16%

 BLUE value IS 114 (44.92% from 255) = 29.38%

R = 48.45%
G = 22.16%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BC5672 (or 0xBC5672) is known color: Blush. HEX triplet: BC, 56 and 72. RGB value is (188,86,114). Sum of RGB (Red+Green+Blue) = 188+86+114=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5672 is #43A98D. Grayscale: #777777. Windows color (decimal): -4434318 or 7493308. OLE color: 7493308.

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

Color convert

RGB 188 86 114 -
CMYK 0 0.54 0.39 0.26
HSL 343.53º 0.43% 0.54% -
HSV(B) 343.53º 0.54% 0.74% -
XYZ 27.1 18.56 18.07 -
YUV 119.69 124.79 176.72 -
System Red Green Blue C M Y K H S L
Decimal 188 86 114 0 0.54 0.39 0.26 343.53 0.43 0.54
Hex BC 56 72 0 36 27 1A 158 2B 36
Octal 274 126 162 0 66 47 32 530 53 66
Binary 10111100 1010110 1110010 0 110110 100111 11010 101011000 101011 110110

Color Harmonies of #BC5672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5672

Black with #BC5672

Text Example


Text Example

White with #BC5672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5672; }

 p { color: rgb(188,86,114); }

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

background-color css

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

 a { background-color: rgb(188,86,114); }

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

border-color css

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

 span { border-color: rgb(188,86,114); }

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