#BD739E

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

Shades of Hopbush #BD739E

Tints of Hopbush #BD739E

Color information

#BD739E (or 0xBD739E) is unknown color: approx Hopbush. HEX triplet: BD, 73 and 9E. RGB value is (189,115,158). Sum of RGB (Red+Green+Blue) = 189+115+158=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 115 (45.31% from 255 or 24.89% from 462); Blue value is 158 (62.11% from 255 or 34.20% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BD739E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD739E is #428C61. Grayscale: #8D8D8D. Windows color (decimal): -4361314 or 10384317. OLE color: 10384317.

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

Color convert

RGB189115158-
CMYK00.390.160.26
HSL325.14º35.92%59.61%-
HSV(B)325.14º39.15%74.12%-
XYZ33.2925.5535.52-
YUV142.03137.02161.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.91%
GREEN value IS 115 (45.31% from 255) = 24.89%
BLUE value IS 158 (62.11% from 255) = 34.20%
R=40.91%
G=24.89%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911515800.390.160.26325.1435.9259.61
HexBD739E027101A145243c
Octal27516323604720325054474
Binary1011110111100111001111001001111000011010101000101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD739E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD739E; }

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

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

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

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

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

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

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

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