Html Css Color HEX #BC4D61 Blush

📋 copy color: '#BC4D61'

red 188 ◦ green 77 ◦ blue 97

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

Shades of Blush #BC4D61

Tints of Blush #BC4D61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 26.8%

R = 51.93%
G = 21.27%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC4D61 (or 0xBC4D61) is known color: Blush. HEX triplet: BC, 4D and 61. RGB value is (188,77,97). Sum of RGB (Red+Green+Blue) = 188+77+97=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC4D61 is #43B29E. Grayscale: #707070. Windows color (decimal): -4436639 or 6376892. OLE color: 6376892.

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

Color convert

RGB 188 77 97 -
CMYK 0 0.59 0.48 0.26
HSL 349.19º 0.45% 0.52% -
HSV(B) 349.19º 0.59% 0.74% -
XYZ 25.55 16.86 13.22 -
YUV 112.47 119.27 181.87 -
System Red Green Blue C M Y K H S L
Decimal 188 77 97 0 0.59 0.48 0.26 349.19 0.45 0.52
Hex BC 4D 61 0 3B 30 1A 15D 2D 34
Octal 274 115 141 0 73 60 32 535 55 64
Binary 10111100 1001101 1100001 0 111011 110000 11010 101011101 101101 110100

Color Harmonies of #BC4D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4D61

Black with #BC4D61

Text Example


Text Example

White with #BC4D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4D61; }

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

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

background-color css

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

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

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

border-color css

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

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

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