#BD6E92

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

Shades of Hopbush #BD6E92

Tints of Hopbush #BD6E92

Color information

#BD6E92 (or 0xBD6E92) is unknown color: approx Hopbush. HEX triplet: BD, 6E and 92. RGB value is (189,110,146). Sum of RGB (Red+Green+Blue) = 189+110+146=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 110 (43.36% from 255 or 24.72% from 445); Blue value is 146 (57.42% from 255 or 32.81% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6E92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6E92 is #42916D. Grayscale: #898989. Windows color (decimal): -4362606 or 9596605. OLE color: 9596605.

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

Color convert

RGB189110146-
CMYK00.420.230.26
HSL332.66º37.44%58.63%-
HSV(B)332.66º41.8%74.12%-
XYZ31.7524.0530.16-
YUV137.72132.67164.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.47%
GREEN value IS 110 (43.36% from 255) = 24.72%
BLUE value IS 146 (57.42% from 255) = 32.81%
R=42.47%
G=24.72%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911014600.420.230.26332.6637.4458.63
HexBD6E9202A171A14d253b
Octal27515622205227325154573
Binary1011110111011101001001001010101011111010101001101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6E92; }

 p { color: rgb(189,110,146); }

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

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

 a { background-color: rgb(189,110,146); }

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

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

 span { border-color: rgb(189,110,146); }

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