#BD739A

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

Shades of Hopbush #BD739A

Tints of Hopbush #BD739A

Color information

#BD739A (or 0xBD739A) is unknown color: approx Hopbush. HEX triplet: BD, 73 and 9A. RGB value is (189,115,154). Sum of RGB (Red+Green+Blue) = 189+115+154=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 115 (45.31% from 255 or 25.11% from 458); Blue value is 154 (60.55% from 255 or 33.62% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BD739A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD739A is #428C65. Grayscale: #8D8D8D. Windows color (decimal): -4361318 or 10122173. OLE color: 10122173.

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

Color convert

RGB189115154-
CMYK00.390.190.26
HSL328.38º35.92%59.61%-
HSV(B)328.38º39.15%74.12%-
XYZ32.9525.4133.74-
YUV141.57135.02161.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.27%
GREEN value IS 115 (45.31% from 255) = 25.11%
BLUE value IS 154 (60.55% from 255) = 33.62%
R=41.27%
G=25.11%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911515400.390.190.26328.3835.9259.61
HexBD739A027131A148243c
Octal27516323204723325104474
Binary1011110111100111001101001001111001111010101001000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD739A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD739A; }

 p { color: rgb(189,115,154); }

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

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

 a { background-color: rgb(189,115,154); }

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

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

 span { border-color: rgb(189,115,154); }

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