Html Css Color HEX #BC475E Blush

📋 copy color: '#BC475E'

red 188 ◦ green 71 ◦ blue 94

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

Shades of Blush #BC475E

Tints of Blush #BC475E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.63%

R = 53.26%
G = 20.11%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BC475E (or 0xBC475E) is known color: Blush. HEX triplet: BC, 47 and 5E. RGB value is (188,71,94). Sum of RGB (Red+Green+Blue) = 188+71+94=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC475E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC475E is #43B8A1. Grayscale: #6C6C6C. Windows color (decimal): -4438178 or 6178748. OLE color: 6178748.

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

Color convert

RGB 188 71 94 -
CMYK 0 0.62 0.50 0.26
HSL 348.21º 0.47% 0.51% -
HSV(B) 348.21º 0.62% 0.74% -
XYZ 25.01 16.01 12.36 -
YUV 108.61 119.76 184.63 -
System Red Green Blue C M Y K H S L
Decimal 188 71 94 0 0.62 0.50 0.26 348.21 0.47 0.51
Hex BC 47 5E 0 3E 32 1A 15C 2F 33
Octal 274 107 136 0 76 62 32 534 57 63
Binary 10111100 1000111 1011110 0 111110 110010 11010 101011100 101111 110011

Color Harmonies of #BC475E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC475E

Black with #BC475E

Text Example


Text Example

White with #BC475E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC475E; }

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

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

background-color css

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

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

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

border-color css

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

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

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