Html Css Color HEX #BC465D Blush

📋 copy color: '#BC465D'

red 188 ◦ green 70 ◦ blue 93

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

Shades of Blush #BC465D

Tints of Blush #BC465D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.94%

 BLUE value IS 93 (36.72% from 255) = 26.5%

R = 53.56%
G = 19.94%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC465D (or 0xBC465D) is known color: Blush. HEX triplet: BC, 46 and 5D. RGB value is (188,70,93). Sum of RGB (Red+Green+Blue) = 188+70+93=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC465D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC465D is #43B9A2. Grayscale: #6B6B6B. Windows color (decimal): -4438435 or 6112956. OLE color: 6112956.

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

Color convert

RGB 188 70 93 -
CMYK 0 0.63 0.51 0.26
HSL 348.31º 0.47% 0.51% -
HSV(B) 348.31º 0.63% 0.74% -
XYZ 24.9 15.86 12.1 -
YUV 107.9 119.59 185.13 -
System Red Green Blue C M Y K H S L
Decimal 188 70 93 0 0.63 0.51 0.26 348.31 0.47 0.51
Hex BC 46 5D 0 3F 33 1A 15C 2F 33
Octal 274 106 135 0 77 63 32 534 57 63
Binary 10111100 1000110 1011101 0 111111 110011 11010 101011100 101111 110011

Color Harmonies of #BC465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC465D

Black with #BC465D

Text Example


Text Example

White with #BC465D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC465D; }

 p { color: rgb(188,70,93); }

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

background-color css

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

 a { background-color: rgb(188,70,93); }

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

border-color css

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

 span { border-color: rgb(188,70,93); }

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