#BD7691

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

Shades of Hopbush #BD7691

Tints of Hopbush #BD7691

Color information

#BD7691 (or 0xBD7691) is unknown color: approx Hopbush. HEX triplet: BD, 76 and 91. RGB value is (189,118,145). Sum of RGB (Red+Green+Blue) = 189+118+145=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 145 (57.03% from 255 or 32.08% from 452); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7691 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7691 is #42896E. Grayscale: #8E8E8E. Windows color (decimal): -4360559 or 9533117. OLE color: 9533117.

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

Color convert

RGB189118145-
CMYK00.380.230.26
HSL337.18º34.98%60.2%-
HSV(B)337.18º37.57%74.12%-
XYZ32.5825.8230.05-
YUV142.31129.52161.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.81%
GREEN value IS 118 (46.48% from 255) = 26.11%
BLUE value IS 145 (57.03% from 255) = 32.08%
R=41.81%
G=26.11%
B=32.08%

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
Decimal18911814500.380.230.26337.1834.9860.2
HexBD7691026171A151233c
Octal27516622104627325214374
Binary1011110111101101001000101001101011111010101010001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7691; }

 p { color: rgb(189,118,145); }

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

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

 a { background-color: rgb(189,118,145); }

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

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

 span { border-color: rgb(189,118,145); }

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