#BB6D95

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

Shades of Hopbush #BB6D95

Tints of Hopbush #BB6D95

Color information

#BB6D95 (or 0xBB6D95) is unknown color: approx Hopbush. HEX triplet: BB, 6D and 95. RGB value is (187,109,149). Sum of RGB (Red+Green+Blue) = 187+109+149=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 149 (58.59% from 255 or 33.48% from 445); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6D95 is #44926A. Grayscale: #888888. Windows color (decimal): -4493931 or 9792955. OLE color: 9792955.

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

Color convert

RGB187109149-
CMYK00.420.200.27
HSL329.23º36.45%58.04%-
HSV(B)329.23º41.71%73.33%-
XYZ31.3923.6731.35-
YUV136.88134.84163.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.02%
GREEN value IS 109 (42.97% from 255) = 24.49%
BLUE value IS 149 (58.59% from 255) = 33.48%
R=42.02%
G=24.49%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710914900.420.200.27329.2336.4558.04
HexBB6D9502A141B149243a
Octal27315522505224335114472
Binary1011101111011011001010101010101010011011101001001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6D95; }

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

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

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

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

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

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

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

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