#BC729B

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

Shades of Hopbush #BC729B

Tints of Hopbush #BC729B

Color information

#BC729B (or 0xBC729B) is unknown color: approx Hopbush. HEX triplet: BC, 72 and 9B. RGB value is (188,114,155). Sum of RGB (Red+Green+Blue) = 188+114+155=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 155 (60.94% from 255 or 33.92% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BC729B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC729B is #438D64. Grayscale: #8C8C8C. Windows color (decimal): -4427109 or 10187452. OLE color: 10187452.

HSL color Cylindrical-coordinate representation of color #BC729B: hue angle of 326.76º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC729B is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB188114155-
CMYK00.390.180.26
HSL326.76º35.58%59.22%-
HSV(B)326.76º39.36%73.73%-
XYZ32.6725.0934.13-
YUV140.8136.02161.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.14%
GREEN value IS 114 (44.92% from 255) = 24.95%
BLUE value IS 155 (60.94% from 255) = 33.92%
R=41.14%
G=24.95%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811415500.390.180.26326.7635.5859.22
HexBC729B027121A147243b
Octal27416223304722325074473
Binary1011110011100101001101101001111001011010101000111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC729B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC729B; }

 p { color: rgb(188,114,155); }

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

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

 a { background-color: rgb(188,114,155); }

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

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

 span { border-color: rgb(188,114,155); }

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