#BD769D

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

Shades of Hopbush #BD769D

Tints of Hopbush #BD769D

Color information

#BD769D (or 0xBD769D) is unknown color: approx Hopbush. HEX triplet: BD, 76 and 9D. RGB value is (189,118,157). Sum of RGB (Red+Green+Blue) = 189+118+157=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 118 (46.48% from 255 or 25.43% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 189 - color contains mainly: red. Hex color #BD769D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD769D is #428962. Grayscale: #8F8F8F. Windows color (decimal): -4360547 or 10319549. OLE color: 10319549.

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

Color convert

RGB189118157-
CMYK00.380.170.26
HSL327.04º34.98%60.2%-
HSV(B)327.04º37.57%74.12%-
XYZ33.5526.2135.19-
YUV143.67135.52160.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.73%
GREEN value IS 118 (46.48% from 255) = 25.43%
BLUE value IS 157 (61.72% from 255) = 33.84%
R=40.73%
G=25.43%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911815700.380.170.26327.0434.9860.2
HexBD769D026111A147233c
Octal27516623504621325074374
Binary1011110111101101001110101001101000111010101000111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD769D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD769D; }

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

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

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

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

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

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

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

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