#BD679B

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

Shades of Hopbush #BD679B

Tints of Hopbush #BD679B

Color information

#BD679B (or 0xBD679B) is unknown color: approx Hopbush. HEX triplet: BD, 67 and 9B. RGB value is (189,103,155). Sum of RGB (Red+Green+Blue) = 189+103+155=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 103 (40.62% from 255 or 23.04% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BD679B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD679B is #429864. Grayscale: #868686. Windows color (decimal): -4364389 or 10184637. OLE color: 10184637.

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

Color convert

RGB189103155-
CMYK00.460.180.26
HSL323.72º39.45%57.25%-
HSV(B)323.72º45.5%74.12%-
XYZ31.7522.8933.75-
YUV134.64139.49166.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.28%
GREEN value IS 103 (40.62% from 255) = 23.04%
BLUE value IS 155 (60.94% from 255) = 34.68%
R=42.28%
G=23.04%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910315500.460.180.26323.7239.4557.25
HexBD679B02E121A1442739
Octal27514723305622325044771
Binary1011110111001111001101101011101001011010101000100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD679B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD679B; }

 p { color: rgb(189,103,155); }

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

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

 a { background-color: rgb(189,103,155); }

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

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

 span { border-color: rgb(189,103,155); }

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