Html Css Color HEX #BC4965 Blush

📋 copy color: '#BC4965'

red 188 ◦ green 73 ◦ blue 101

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

Shades of Blush #BC4965

Tints of Blush #BC4965

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.17%

 BLUE value IS 101 (39.84% from 255) = 27.9%

R = 51.93%
G = 20.17%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BC4965 (or 0xBC4965) is known color: Blush. HEX triplet: BC, 49 and 65. RGB value is (188,73,101). Sum of RGB (Red+Green+Blue) = 188+73+101=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4965 is #43B69A. Grayscale: #6E6E6E. Windows color (decimal): -4437659 or 6638012. OLE color: 6638012.

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

Color convert

RGB 188 73 101 -
CMYK 0 0.61 0.46 0.26
HSL 345.39º 0.46% 0.51% -
HSV(B) 345.39º 0.61% 0.74% -
XYZ 25.47 16.4 14.13 -
YUV 110.58 122.6 183.22 -
System Red Green Blue C M Y K H S L
Decimal 188 73 101 0 0.61 0.46 0.26 345.39 0.46 0.51
Hex BC 49 65 0 3D 2E 1A 159 2E 33
Octal 274 111 145 0 75 56 32 531 56 63
Binary 10111100 1001001 1100101 0 111101 101110 11010 101011001 101110 110011

Color Harmonies of #BC4965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4965

Black with #BC4965

Text Example


Text Example

White with #BC4965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4965; }

 p { color: rgb(188,73,101); }

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

background-color css

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

 a { background-color: rgb(188,73,101); }

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

border-color css

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

 span { border-color: rgb(188,73,101); }

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