#BB668E

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

Shades of Hopbush #BB668E

Tints of Hopbush #BB668E

Color information

#BB668E (or 0xBB668E) is unknown color: approx Hopbush. HEX triplet: BB, 66 and 8E. RGB value is (187,102,142). Sum of RGB (Red+Green+Blue) = 187+102+142=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BB668E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB668E is #449971. Grayscale: #838383. Windows color (decimal): -4495730 or 9332411. OLE color: 9332411.

HSL color Cylindrical-coordinate representation of color #BB668E: hue angle of 331.76º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB668E is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB187102142-
CMYK00.450.240.27
HSL331.76º38.46%56.67%-
HSV(B)331.76º45.45%73.33%-
XYZ30.1322.0228.25-
YUV131.98133.66167.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.39%
GREEN value IS 102 (40.23% from 255) = 23.67%
BLUE value IS 142 (55.86% from 255) = 32.95%
R=43.39%
G=23.67%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710214200.450.240.27331.7638.4656.67
HexBB668E02D181B14c2639
Octal27314621605530335144671
Binary1011101111001101000111001011011100011011101001100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB668E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB668E; }

 p { color: rgb(187,102,142); }

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

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

 a { background-color: rgb(187,102,142); }

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

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

 span { border-color: rgb(187,102,142); }

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