#BD719B

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

Shades of Hopbush #BD719B

Tints of Hopbush #BD719B

Color information

#BD719B (or 0xBD719B) is unknown color: approx Hopbush. HEX triplet: BD, 71 and 9B. RGB value is (189,113,155). Sum of RGB (Red+Green+Blue) = 189+113+155=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 155 (60.94% from 255 or 33.92% from 457); Max value from RGB is 189 - color contains mainly: red. Hex color #BD719B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD719B is #428E64. Grayscale: #8C8C8C. Windows color (decimal): -4361829 or 10187197. OLE color: 10187197.

HSL color Cylindrical-coordinate representation of color #BD719B: hue angle of 326.84º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD719B is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB189113155-
CMYK00.400.180.26
HSL326.84º36.54%59.22%-
HSV(B)326.84º40.21%74.12%-
XYZ32.812534.11-
YUV140.51136.18162.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.36%
GREEN value IS 113 (44.53% from 255) = 24.73%
BLUE value IS 155 (60.94% from 255) = 33.92%
R=41.36%
G=24.73%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911315500.400.180.26326.8436.5459.22
HexBD719B028121A147253b
Octal27516123305022325074573
Binary1011110111100011001101101010001001011010101000111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD719B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD719B; }

 p { color: rgb(189,113,155); }

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

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

 a { background-color: rgb(189,113,155); }

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

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

 span { border-color: rgb(189,113,155); }

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