#BD7B97

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

Shades of Hopbush #BD7B97

Tints of Hopbush #BD7B97

Color information

#BD7B97 (or 0xBD7B97) is unknown color: approx Hopbush. HEX triplet: BD, 7B and 97. RGB value is (189,123,151). Sum of RGB (Red+Green+Blue) = 189+123+151=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 151 (59.38% from 255 or 32.61% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7B97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7B97 is #428468. Grayscale: #919191. Windows color (decimal): -4359273 or 9927613. OLE color: 9927613.

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

Color convert

RGB189123151-
CMYK00.350.200.26
HSL334.55º33.33%61.18%-
HSV(B)334.55º34.92%74.12%-
XYZ33.6627.2232.76-
YUV145.93130.87158.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.82%
GREEN value IS 123 (48.44% from 255) = 26.57%
BLUE value IS 151 (59.38% from 255) = 32.61%
R=40.82%
G=26.57%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912315100.350.200.26334.5533.3361.18
HexBD7B97023141A14f213d
Octal27517322704324325174175
Binary1011110111110111001011101000111010011010101001111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7B97; }

 p { color: rgb(189,123,151); }

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

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

 a { background-color: rgb(189,123,151); }

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

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

 span { border-color: rgb(189,123,151); }

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