#BD678C

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

Shades of Hopbush #BD678C

Tints of Hopbush #BD678C

Color information

#BD678C (or 0xBD678C) is unknown color: approx Hopbush. HEX triplet: BD, 67 and 8C. RGB value is (189,103,140). Sum of RGB (Red+Green+Blue) = 189+103+140=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 103 (40.62% from 255 or 23.84% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BD678C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD678C is #429873. Grayscale: #848484. Windows color (decimal): -4364404 or 9201597. OLE color: 9201597.

HSL color Cylindrical-coordinate representation of color #BD678C: hue angle of 334.19º 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 #BD678C is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB189103140-
CMYK00.460.260.26
HSL334.19º39.45%57.25%-
HSV(B)334.19º45.5%74.12%-
XYZ30.5722.4127.53-
YUV132.93131.99167.99-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.75%
GREEN value IS 103 (40.62% from 255) = 23.84%
BLUE value IS 140 (55.08% from 255) = 32.41%
R=43.75%
G=23.84%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910314000.460.260.26334.1939.4557.25
HexBD678C02E1A1A14e2739
Octal27514721405632325164771
Binary1011110111001111000110001011101101011010101001110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD678C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD678C; }

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

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

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

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

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

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

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

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