#BC6B8F

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

Shades of Hopbush #BC6B8F

Tints of Hopbush #BC6B8F

Color information

#BC6B8F (or 0xBC6B8F) is unknown color: approx Hopbush. HEX triplet: BC, 6B and 8F. RGB value is (188,107,143). Sum of RGB (Red+Green+Blue) = 188+107+143=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 107 (42.19% from 255 or 24.43% from 438); Blue value is 143 (56.25% from 255 or 32.65% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6B8F is #439470. Grayscale: #878787. Windows color (decimal): -4428913 or 9399228. OLE color: 9399228.

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

Color convert

RGB188107143-
CMYK00.430.240.26
HSL333.33º37.67%57.84%-
HSV(B)333.33º43.09%73.73%-
XYZ30.9523.1928.83-
YUV135.32132.34165.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.92%
GREEN value IS 107 (42.19% from 255) = 24.43%
BLUE value IS 143 (56.25% from 255) = 32.65%
R=42.92%
G=24.43%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810714300.430.240.26333.3337.6757.84
HexBC6B8F02B181A14d263a
Octal27415321705330325154672
Binary1011110011010111000111101010111100011010101001101100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6B8F; }

 p { color: rgb(188,107,143); }

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

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

 a { background-color: rgb(188,107,143); }

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

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

 span { border-color: rgb(188,107,143); }

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