#BD6A90

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

Shades of Hopbush #BD6A90

Tints of Hopbush #BD6A90

Color information

#BD6A90 (or 0xBD6A90) is unknown color: approx Hopbush. HEX triplet: BD, 6A and 90. RGB value is (189,106,144). Sum of RGB (Red+Green+Blue) = 189+106+144=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 106 (41.80% from 255 or 24.15% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6A90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6A90 is #42956F. Grayscale: #878787. Windows color (decimal): -4363632 or 9464509. OLE color: 9464509.

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

Color convert

RGB189106144-
CMYK00.440.240.26
HSL332.53º38.6%57.84%-
HSV(B)332.53º43.92%74.12%-
XYZ31.1723.1429.21-
YUV135.15133166.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.05%
GREEN value IS 106 (41.80% from 255) = 24.15%
BLUE value IS 144 (56.64% from 255) = 32.80%
R=43.05%
G=24.15%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910614400.440.240.26332.5338.657.84
HexBD6A9002C181A14d273a
Octal27515222005430325154772
Binary1011110111010101001000001011001100011010101001101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6A90; }

 p { color: rgb(189,106,144); }

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

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

 a { background-color: rgb(189,106,144); }

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

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

 span { border-color: rgb(189,106,144); }

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