Html Css Color HEX #BC5967 Blush

📋 copy color: '#BC5967'

red 188 ◦ green 89 ◦ blue 103

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

Shades of Blush #BC5967

Tints of Blush #BC5967

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.42%

 BLUE value IS 103 (40.63% from 255) = 27.11%

R = 49.47%
G = 23.42%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC5967 (or 0xBC5967) is known color: Blush. HEX triplet: BC, 59 and 67. RGB value is (188,89,103). Sum of RGB (Red+Green+Blue) = 188+89+103=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 103 (40.62% from 255 or 27.11% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5967 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5967 is #43A698. Grayscale: #787878. Windows color (decimal): -4433561 or 6773180. OLE color: 6773180.

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

Color convert

RGB 188 89 103 -
CMYK 0 0.53 0.45 0.26
HSL 351.52º 0.42% 0.54% -
HSV(B) 351.52º 0.53% 0.74% -
XYZ 26.76 18.82 15.05 -
YUV 120.2 118.3 176.36 -
System Red Green Blue C M Y K H S L
Decimal 188 89 103 0 0.53 0.45 0.26 351.52 0.42 0.54
Hex BC 59 67 0 35 2D 1A 160 2A 36
Octal 274 131 147 0 65 55 32 540 52 66
Binary 10111100 1011001 1100111 0 110101 101101 11010 101100000 101010 110110

Color Harmonies of #BC5967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5967

Black with #BC5967

Text Example


Text Example

White with #BC5967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5967; }

 p { color: rgb(188,89,103); }

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

background-color css

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

 a { background-color: rgb(188,89,103); }

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

border-color css

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

 span { border-color: rgb(188,89,103); }

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