Html Css Color HEX #BC485C Blush

📋 copy color: '#BC485C'

red 188 ◦ green 72 ◦ blue 92

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

Shades of Blush #BC485C

Tints of Blush #BC485C

RGB

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

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

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

R = 53.41%
G = 20.45%
B = 26.14%

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

#BC485C (or 0xBC485C) is known color: Blush. HEX triplet: BC, 48 and 5C. RGB value is (188,72,92). Sum of RGB (Red+Green+Blue) = 188+72+92=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC485C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC485C is #43B7A3. Grayscale: #6D6D6D. Windows color (decimal): -4437924 or 6047932. OLE color: 6047932.

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

Color convert

RGB 188 72 92 -
CMYK 0 0.62 0.51 0.26
HSL 349.66º 0.46% 0.51% -
HSV(B) 349.66º 0.62% 0.74% -
XYZ 24.99 16.1 11.92 -
YUV 108.96 118.43 184.37 -
System Red Green Blue C M Y K H S L
Decimal 188 72 92 0 0.62 0.51 0.26 349.66 0.46 0.51
Hex BC 48 5C 0 3E 33 1A 15E 2E 33
Octal 274 110 134 0 76 63 32 536 56 63
Binary 10111100 1001000 1011100 0 111110 110011 11010 101011110 101110 110011

Color Harmonies of #BC485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC485C

Black with #BC485C

Text Example


Text Example

White with #BC485C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC485C; }

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

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

background-color css

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

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

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

border-color css

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

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

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