#BB709E

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

Shades of Bouquet #BB709E

Tints of Bouquet #BB709E

Color information

#BB709E (or 0xBB709E) is unknown color: approx Bouquet. HEX triplet: BB, 70 and 9E. RGB value is (187,112,158). Sum of RGB (Red+Green+Blue) = 187+112+158=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 112 (44.14% from 255 or 24.51% from 457); Blue value is 158 (62.11% from 255 or 34.57% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BB709E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB709E is #448F61. Grayscale: #8B8B8B. Windows color (decimal): -4493154 or 10383547. OLE color: 10383547.

HSL color Cylindrical-coordinate representation of color #BB709E: hue angle of 323.2º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB709E is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB187112158-
CMYK00.400.160.27
HSL323.2º35.55%58.63%-
HSV(B)323.2º40.11%73.33%-
XYZ32.4624.6235.39-
YUV139.67138.35161.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.92%
GREEN value IS 112 (44.14% from 255) = 24.51%
BLUE value IS 158 (62.11% from 255) = 34.57%
R=40.92%
G=24.51%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711215800.400.160.27323.235.5558.63
HexBB709E028101B143243b
Octal27316023605020335034473
Binary1011101111100001001111001010001000011011101000011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB709E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB709E; }

 p { color: rgb(187,112,158); }

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

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

 a { background-color: rgb(187,112,158); }

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

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

 span { border-color: rgb(187,112,158); }

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