#BD658D

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

Shades of Hopbush #BD658D

Tints of Hopbush #BD658D

Color information

#BD658D (or 0xBD658D) is unknown color: approx Hopbush. HEX triplet: BD, 65 and 8D. RGB value is (189,101,141). Sum of RGB (Red+Green+Blue) = 189+101+141=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BD658D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD658D is #429A72. Grayscale: #838383. Windows color (decimal): -4364915 or 9266621. OLE color: 9266621.

HSL color Cylindrical-coordinate representation of color #BD658D: hue angle of 332.73º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD658D is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB189101141-
CMYK00.470.250.26
HSL332.73º40%56.86%-
HSV(B)332.73º46.56%74.12%-
XYZ30.4522.0527.85-
YUV131.87133.15168.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.85%
GREEN value IS 101 (39.84% from 255) = 23.43%
BLUE value IS 141 (55.47% from 255) = 32.71%
R=43.85%
G=23.43%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910114100.470.250.26332.734056.86
HexBD658D02F191A14d2839
Octal27514521505731325155071
Binary1011110111001011000110101011111100111010101001101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD658D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD658D; }

 p { color: rgb(189,101,141); }

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

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

 a { background-color: rgb(189,101,141); }

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

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

 span { border-color: rgb(189,101,141); }

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