#B0699E

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

Shades of Bouquet #B0699E

Tints of Bouquet #B0699E

Color information

#B0699E (or 0xB0699E) is unknown color: approx Bouquet. HEX triplet: B0, 69 and 9E. RGB value is (176,105,158). Sum of RGB (Red+Green+Blue) = 176+105+158=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B0699E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0699E is #4F9661. Grayscale: #848484. Windows color (decimal): -5215842 or 10381744. OLE color: 10381744.

HSL color Cylindrical-coordinate representation of color #B0699E: hue angle of 315.21º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B0699E is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB176105158-
CMYK00.400.100.31
HSL315.21º31%55.1%-
HSV(B)315.21º40.34%69.02%-
XYZ29.1321.835.02-
YUV132.27142.52159.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.09%
GREEN value IS 105 (41.41% from 255) = 23.92%
BLUE value IS 158 (62.11% from 255) = 35.99%
R=40.09%
G=23.92%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610515800.400.100.31315.213155.1
HexB0699E028A1F13b1f37
Octal26015123605012374733767
Binary10110000110100110011110010100010101111110011101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0699E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0699E; }

 p { color: rgb(176,105,158); }

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

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

 a { background-color: rgb(176,105,158); }

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

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

 span { border-color: rgb(176,105,158); }

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