#BB7B95

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

Shades of Hopbush #BB7B95

Tints of Hopbush #BB7B95

Color information

#BB7B95 (or 0xBB7B95) is unknown color: approx Hopbush. HEX triplet: BB, 7B and 95. RGB value is (187,123,149). Sum of RGB (Red+Green+Blue) = 187+123+149=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 149 (58.59% from 255 or 32.46% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7B95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7B95 is #44846A. Grayscale: #919191. Windows color (decimal): -4490347 or 9796539. OLE color: 9796539.

HSL color Cylindrical-coordinate representation of color #BB7B95: hue angle of 335.62º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB7B95 is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB187123149-
CMYK00.340.200.27
HSL335.62º32%60.78%-
HSV(B)335.62º34.22%73.33%-
XYZ3326.931.89-
YUV145.1130.2157.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.74%
GREEN value IS 123 (48.44% from 255) = 26.80%
BLUE value IS 149 (58.59% from 255) = 32.46%
R=40.74%
G=26.80%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712314900.340.200.27335.623260.78
HexBB7B95022141B150203d
Octal27317322504224335204075
Binary1011101111110111001010101000101010011011101010000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7B95; }

 p { color: rgb(187,123,149); }

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

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

 a { background-color: rgb(187,123,149); }

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

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

 span { border-color: rgb(187,123,149); }

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