#BD6B95

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

Shades of Hopbush #BD6B95

Tints of Hopbush #BD6B95

Color information

#BD6B95 (or 0xBD6B95) is unknown color: approx Hopbush. HEX triplet: BD, 6B and 95. RGB value is (189,107,149). Sum of RGB (Red+Green+Blue) = 189+107+149=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 107 (42.19% from 255 or 24.04% from 445); Blue value is 149 (58.59% from 255 or 33.48% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6B95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6B95 is #42946A. Grayscale: #888888. Windows color (decimal): -4363371 or 9792445. OLE color: 9792445.

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

Color convert

RGB189107149-
CMYK00.430.210.26
HSL329.27º38.32%58.04%-
HSV(B)329.27º43.39%74.12%-
XYZ31.6723.531.3-
YUV136.31135.17165.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.47%
GREEN value IS 107 (42.19% from 255) = 24.04%
BLUE value IS 149 (58.59% from 255) = 33.48%
R=42.47%
G=24.04%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910714900.430.210.26329.2738.3258.04
HexBD6B9502B151A149263a
Octal27515322505325325114672
Binary1011110111010111001010101010111010111010101001001100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6B95; }

 p { color: rgb(189,107,149); }

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

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

 a { background-color: rgb(189,107,149); }

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

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

 span { border-color: rgb(189,107,149); }

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