#BD7393

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

Shades of Hopbush #BD7393

Tints of Hopbush #BD7393

Color information

#BD7393 (or 0xBD7393) is unknown color: approx Hopbush. HEX triplet: BD, 73 and 93. RGB value is (189,115,147). Sum of RGB (Red+Green+Blue) = 189+115+147=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 147 (57.81% from 255 or 32.59% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7393 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7393 is #428C6C. Grayscale: #8C8C8C. Windows color (decimal): -4361325 or 9663421. OLE color: 9663421.

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

Color convert

RGB189115147-
CMYK00.390.220.26
HSL334.05º35.92%59.61%-
HSV(B)334.05º39.15%74.12%-
XYZ32.3825.1930.76-
YUV140.77131.52162.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.91%
GREEN value IS 115 (45.31% from 255) = 25.50%
BLUE value IS 147 (57.81% from 255) = 32.59%
R=41.91%
G=25.50%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911514700.390.220.26334.0535.9259.61
HexBD7393027161A14e243c
Octal27516322304726325164474
Binary1011110111100111001001101001111011011010101001110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7393; }

 p { color: rgb(189,115,147); }

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

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

 a { background-color: rgb(189,115,147); }

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

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

 span { border-color: rgb(189,115,147); }

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