#B66B95

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

Shades of Hopbush #B66B95

Tints of Hopbush #B66B95

Color information

#B66B95 (or 0xB66B95) is unknown color: approx Hopbush. HEX triplet: B6, 6B and 95. RGB value is (182,107,149). Sum of RGB (Red+Green+Blue) = 182+107+149=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 107 (42.19% from 255 or 24.43% from 438); Blue value is 149 (58.59% from 255 or 34.02% from 438); Max value from RGB is 182 - color contains mainly: red. Hex color #B66B95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66B95 is #49946A. Grayscale: #868686. Windows color (decimal): -4822123 or 9792438. OLE color: 9792438.

HSL color Cylindrical-coordinate representation of color #B66B95: hue angle of 326.4º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B66B95 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB182107149-
CMYK00.410.180.29
HSL326.4º33.94%56.67%-
HSV(B)326.4º41.21%71.37%-
XYZ29.9722.6331.22-
YUV134.21136.35162.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.55%
GREEN value IS 107 (42.19% from 255) = 24.43%
BLUE value IS 149 (58.59% from 255) = 34.02%
R=41.55%
G=24.43%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210714900.410.180.29326.433.9456.67
HexB66B95029121D1462239
Octal26615322505122355064271
Binary1011011011010111001010101010011001011101101000110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66B95; }

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

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

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

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

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

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

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

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