#BC6175

Color #BC6175 Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blush #BC6175

Tints of Blush #BC6175

Color information

#BC6175 (or 0xBC6175) is unknown color: approx Blush. HEX triplet: BC, 61 and 75. RGB value is (188,97,117). Sum of RGB (Red+Green+Blue) = 188+97+117=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6175 is #439E8A. Grayscale: #7E7E7E. Windows color (decimal): -4431499 or 7692732. OLE color: 7692732.

HSL color Cylindrical-coordinate representation of color #BC6175: hue angle of 346.81º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC6175 is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB18897117-
CMYK00.480.380.26
HSL346.81º40.44%55.88%-
HSV(B)346.81º48.4%73.73%-
XYZ28.2220.5319.3-
YUV126.49122.65171.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.77%
GREEN value IS 97 (38.28% from 255) = 24.13%
BLUE value IS 117 (46.09% from 255) = 29.10%
R=46.77%
G=24.13%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889711700.480.380.26346.8140.4455.88
HexBC6175030261A15b2838
Octal27414116506046325335070
Binary1011110011000011110101011000010011011010101011011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6175; }

 p { color: rgb(188,97,117); }

 H1.HeaderClassName
 {
   color: #BC6175;
 }
 .AnyTagClassName
 {
   color: #BC6175;
 }
</style>
background-color css

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

 a { background-color: rgb(188,97,117); }

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

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

 span { border-color: rgb(188,97,117); }

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