#BD6A91

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

Shades of Hopbush #BD6A91

Tints of Hopbush #BD6A91

Color information

#BD6A91 (or 0xBD6A91) is unknown color: approx Hopbush. HEX triplet: BD, 6A and 91. RGB value is (189,106,145). Sum of RGB (Red+Green+Blue) = 189+106+145=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 106 (41.80% from 255 or 24.09% from 440); Blue value is 145 (57.03% from 255 or 32.95% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6A91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6A91 is #42956E. Grayscale: #878787. Windows color (decimal): -4363631 or 9530045. OLE color: 9530045.

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

Color convert

RGB189106145-
CMYK00.440.230.26
HSL331.81º38.6%57.84%-
HSV(B)331.81º43.92%74.12%-
XYZ31.2523.1729.61-
YUV135.26133.5166.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.95%
GREEN value IS 106 (41.80% from 255) = 24.09%
BLUE value IS 145 (57.03% from 255) = 32.95%
R=42.95%
G=24.09%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910614500.440.230.26331.8138.657.84
HexBD6A9102C171A14c273a
Octal27515222105427325144772
Binary1011110111010101001000101011001011111010101001100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6A91; }

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

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

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

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

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

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

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

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