#BD7091

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

Shades of Hopbush #BD7091

Tints of Hopbush #BD7091

Color information

#BD7091 (or 0xBD7091) is unknown color: approx Hopbush. HEX triplet: BD, 70 and 91. RGB value is (189,112,145). Sum of RGB (Red+Green+Blue) = 189+112+145=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 145 (57.03% from 255 or 32.51% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7091 is #428F6E. Grayscale: #8A8A8A. Windows color (decimal): -4362095 or 9531581. OLE color: 9531581.

HSL color Cylindrical-coordinate representation of color #BD7091: hue angle of 334.29º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD7091 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB189112145-
CMYK00.410.230.26
HSL334.29º36.84%59.02%-
HSV(B)334.29º40.74%74.12%-
XYZ31.8924.4529.83-
YUV138.78131.51163.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.38%
GREEN value IS 112 (44.14% from 255) = 25.11%
BLUE value IS 145 (57.03% from 255) = 32.51%
R=42.38%
G=25.11%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911214500.410.230.26334.2936.8459.02
HexBD7091029171A14e253b
Octal27516022105127325164573
Binary1011110111100001001000101010011011111010101001110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7091; }

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

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

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

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

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

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

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

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