#B06B9D

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

Shades of Bouquet #B06B9D

Tints of Bouquet #B06B9D

Color information

#B06B9D (or 0xB06B9D) is unknown color: approx Bouquet. HEX triplet: B0, 6B and 9D. RGB value is (176,107,157). Sum of RGB (Red+Green+Blue) = 176+107+157=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 107 (42.19% from 255 or 24.32% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 176 - color contains mainly: red. Hex color #B06B9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06B9D is #4F9462. Grayscale: #858585. Windows color (decimal): -5215331 or 10316720. OLE color: 10316720.

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

Color convert

RGB176107157-
CMYK00.390.110.31
HSL316.52º30.4%55.49%-
HSV(B)316.52º39.2%69.02%-
XYZ29.2522.1834.64-
YUV133.33141.36158.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40%
GREEN value IS 107 (42.19% from 255) = 24.32%
BLUE value IS 157 (61.72% from 255) = 35.68%
R=40%
G=24.32%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610715700.390.110.31316.5230.455.49
HexB06B9D027B1F13d1e37
Octal26015323504713374753667
Binary10110000110101110011101010011110111111110011110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06B9D; }

 p { color: rgb(176,107,157); }

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

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

 a { background-color: rgb(176,107,157); }

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

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

 span { border-color: rgb(176,107,157); }

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