Html Css Color HEX #BC475C Blush

📋 copy color: '#BC475C'

red 188 ◦ green 71 ◦ blue 92

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

Shades of Blush #BC475C

Tints of Blush #BC475C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.23%

 BLUE value IS 92 (36.33% from 255) = 26.21%

R = 53.56%
G = 20.23%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC475C (or 0xBC475C) is known color: Blush. HEX triplet: BC, 47 and 5C. RGB value is (188,71,92). Sum of RGB (Red+Green+Blue) = 188+71+92=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 71 (28.12% from 255 or 20.23% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC475C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC475C is #43B8A3. Grayscale: #6C6C6C. Windows color (decimal): -4438180 or 6047676. OLE color: 6047676.

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

Color convert

RGB 188 71 92 -
CMYK 0 0.62 0.51 0.26
HSL 349.23º 0.47% 0.51% -
HSV(B) 349.23º 0.62% 0.74% -
XYZ 24.92 15.97 11.89 -
YUV 108.38 118.76 184.79 -
System Red Green Blue C M Y K H S L
Decimal 188 71 92 0 0.62 0.51 0.26 349.23 0.47 0.51
Hex BC 47 5C 0 3E 33 1A 15D 2F 33
Octal 274 107 134 0 76 63 32 535 57 63
Binary 10111100 1000111 1011100 0 111110 110011 11010 101011101 101111 110011

Color Harmonies of #BC475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC475C

Black with #BC475C

Text Example


Text Example

White with #BC475C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC475C; }

 p { color: rgb(188,71,92); }

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

background-color css

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

 a { background-color: rgb(188,71,92); }

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

border-color css

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

 span { border-color: rgb(188,71,92); }

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