#B06B9B

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

Shades of Bouquet #B06B9B

Tints of Bouquet #B06B9B

Color information

#B06B9B (or 0xB06B9B) is unknown color: approx Bouquet. HEX triplet: B0, 6B and 9B. RGB value is (176,107,155). Sum of RGB (Red+Green+Blue) = 176+107+155=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 107 (42.19% from 255 or 24.43% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 176 - color contains mainly: red. Hex color #B06B9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06B9B is #4F9464. Grayscale: #848484. Windows color (decimal): -5215333 or 10185648. OLE color: 10185648.

HSL color Cylindrical-coordinate representation of color #B06B9B: hue angle of 318.26º 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 #B06B9B is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB176107155-
CMYK00.390.120.31
HSL318.26º30.4%55.49%-
HSV(B)318.26º39.2%69.02%-
XYZ29.0822.1133.75-
YUV133.1140.36158.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.18%
GREEN value IS 107 (42.19% from 255) = 24.43%
BLUE value IS 155 (60.94% from 255) = 35.39%
R=40.18%
G=24.43%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610715500.390.120.31318.2630.455.49
HexB06B9B027C1F13e1e37
Octal26015323304714374763667
Binary10110000110101110011011010011111001111110011111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06B9B; }

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

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

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

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

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

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

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

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