#BD7592

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

Shades of Hopbush #BD7592

Tints of Hopbush #BD7592

Color information

#BD7592 (or 0xBD7592) is unknown color: approx Hopbush. HEX triplet: BD, 75 and 92. RGB value is (189,117,146). Sum of RGB (Red+Green+Blue) = 189+117+146=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 146 (57.42% from 255 or 32.30% from 452); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7592 is #428A6D. Grayscale: #8D8D8D. Windows color (decimal): -4360814 or 9598397. OLE color: 9598397.

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

Color convert

RGB189117146-
CMYK00.380.230.26
HSL335.83º35.29%60%-
HSV(B)335.83º38.1%74.12%-
XYZ32.5425.6230.42-
YUV141.83130.35161.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.81%
GREEN value IS 117 (46.09% from 255) = 25.88%
BLUE value IS 146 (57.42% from 255) = 32.30%
R=41.81%
G=25.88%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911714600.380.230.26335.8335.2960
HexBD7592026171A150233c
Octal27516522204627325204374
Binary1011110111101011001001001001101011111010101010000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7592; }

 p { color: rgb(189,117,146); }

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

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

 a { background-color: rgb(189,117,146); }

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

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

 span { border-color: rgb(189,117,146); }

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