Html Css Color HEX #BC485F Blush

📋 copy color: '#BC485F'

red 188 ◦ green 72 ◦ blue 95

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

Shades of Blush #BC485F

Tints of Blush #BC485F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.76%

R = 52.96%
G = 20.28%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC485F (or 0xBC485F) is known color: Blush. HEX triplet: BC, 48 and 5F. RGB value is (188,72,95). Sum of RGB (Red+Green+Blue) = 188+72+95=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC485F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC485F is #43B7A0. Grayscale: #6D6D6D. Windows color (decimal): -4437921 or 6244540. OLE color: 6244540.

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

Color convert

RGB 188 72 95 -
CMYK 0 0.62 0.49 0.26
HSL 348.1º 0.46% 0.51% -
HSV(B) 348.1º 0.62% 0.74% -
XYZ 25.12 16.15 12.62 -
YUV 109.31 119.93 184.13 -
System Red Green Blue C M Y K H S L
Decimal 188 72 95 0 0.62 0.49 0.26 348.1 0.46 0.51
Hex BC 48 5F 0 3E 31 1A 15C 2E 33
Octal 274 110 137 0 76 61 32 534 56 63
Binary 10111100 1001000 1011111 0 111110 110001 11010 101011100 101110 110011

Color Harmonies of #BC485F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC485F

Black with #BC485F

Text Example


Text Example

White with #BC485F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC485F; }

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

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

background-color css

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

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

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

border-color css

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

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

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