Html Css Color HEX #BC475B Blush

📋 copy color: '#BC475B'

red 188 ◦ green 71 ◦ blue 91

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

Shades of Blush #BC475B

Tints of Blush #BC475B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26%

R = 53.71%
G = 20.29%
B = 26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC475B (or 0xBC475B) is known color: Blush. HEX triplet: BC, 47 and 5B. RGB value is (188,71,91). Sum of RGB (Red+Green+Blue) = 188+71+91=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC475B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC475B is #43B8A4. Grayscale: #6C6C6C. Windows color (decimal): -4438181 or 5982140. OLE color: 5982140.

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

Color convert

RGB 188 71 91 -
CMYK 0 0.62 0.52 0.26
HSL 349.74º 0.47% 0.51% -
HSV(B) 349.74º 0.62% 0.74% -
XYZ 24.88 15.95 11.67 -
YUV 108.26 118.26 184.87 -
System Red Green Blue C M Y K H S L
Decimal 188 71 91 0 0.62 0.52 0.26 349.74 0.47 0.51
Hex BC 47 5B 0 3E 34 1A 15E 2F 33
Octal 274 107 133 0 76 64 32 536 57 63
Binary 10111100 1000111 1011011 0 111110 110100 11010 101011110 101111 110011

Color Harmonies of #BC475B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC475B

Black with #BC475B

Text Example


Text Example

White with #BC475B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC475B; }

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

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

background-color css

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

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

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

border-color css

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

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

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