Html Css Color HEX #BC485B Blush

📋 copy color: '#BC485B'

red 188 ◦ green 72 ◦ blue 91

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

Shades of Blush #BC485B

Tints of Blush #BC485B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.51%

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

R = 53.56%
G = 20.51%
B = 25.93%

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

#BC485B (or 0xBC485B) is known color: Blush. HEX triplet: BC, 48 and 5B. RGB value is (188,72,91). Sum of RGB (Red+Green+Blue) = 188+72+91=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC485B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC485B is #43B7A4. Grayscale: #6C6C6C. Windows color (decimal): -4437925 or 5982396. OLE color: 5982396.

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

Color convert

RGB 188 72 91 -
CMYK 0 0.62 0.52 0.26
HSL 350.17º 0.46% 0.51% -
HSV(B) 350.17º 0.62% 0.74% -
XYZ 24.94 16.08 11.69 -
YUV 108.85 117.93 184.46 -
System Red Green Blue C M Y K H S L
Decimal 188 72 91 0 0.62 0.52 0.26 350.17 0.46 0.51
Hex BC 48 5B 0 3E 34 1A 15E 2E 33
Octal 274 110 133 0 76 64 32 536 56 63
Binary 10111100 1001000 1011011 0 111110 110100 11010 101011110 101110 110011

Color Harmonies of #BC485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC485B

Black with #BC485B

Text Example


Text Example

White with #BC485B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC485B; }

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

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

background-color css

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

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

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

border-color css

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

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

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