#bb6b98

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

Shades of Hopbush #BB6B98

Tints of Hopbush #BB6B98

Color information

#BB6B98 (or 0xBB6B98) is unknown color: approx Hopbush. HEX triplet: BB, 6B and 98. RGB value is (187,107,152). Sum of RGB (Red+Green+Blue) = 187+107+152=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 107 (42.19% from 255 or 23.99% from 446); Blue value is 152 (59.77% from 255 or 34.08% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6B98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6B98 is #449467. Grayscale: #878787. Windows color (decimal): -4494440 or 9989051. OLE color: 9989051.

HSL color Cylindrical-coordinate representation of color #BB6B98: hue angle of 326.25º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB6B98 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB187107152-
CMYK00.430.190.27
HSL326.25º37.04%57.65%-
HSV(B)326.25º42.78%73.33%-
XYZ31.4223.3532.56-
YUV136.05137164.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.93%
GREEN value IS 107 (42.19% from 255) = 23.99%
BLUE value IS 152 (59.77% from 255) = 34.08%
R=41.93%
G=23.99%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710715200.430.190.27326.2537.0457.65
HexBB6B9802B131B146253a
Octal27315323005323335064572
Binary1011101111010111001100001010111001111011101000110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb6b98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb6b98; }

 p { color: rgb(187,107,152); }

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

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

 a { background-color: rgb(187,107,152); }

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

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

 span { border-color: rgb(187,107,152); }

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