#BD7798

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

Shades of Hopbush #BD7798

Tints of Hopbush #BD7798

Color information

#BD7798 (or 0xBD7798) is unknown color: approx Hopbush. HEX triplet: BD, 77 and 98. RGB value is (189,119,152). Sum of RGB (Red+Green+Blue) = 189+119+152=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 119 (46.88% from 255 or 25.87% from 460); Blue value is 152 (59.77% from 255 or 33.04% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7798 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7798 is #428867. Grayscale: #8F8F8F. Windows color (decimal): -4360296 or 9992125. OLE color: 9992125.

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

Color convert

RGB189119152-
CMYK00.370.200.26
HSL331.71º34.65%60.39%-
HSV(B)331.71º37.04%74.12%-
XYZ33.2526.2833.03-
YUV143.69132.69160.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.09%
GREEN value IS 119 (46.88% from 255) = 25.87%
BLUE value IS 152 (59.77% from 255) = 33.04%
R=41.09%
G=25.87%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911915200.370.200.26331.7134.6560.39
HexBD7798025141A14c233c
Octal27516723004524325144374
Binary1011110111101111001100001001011010011010101001100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7798; }

 p { color: rgb(189,119,152); }

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

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

 a { background-color: rgb(189,119,152); }

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

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

 span { border-color: rgb(189,119,152); }

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