#B6869B

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

Shades of Bouquet #B6869B

Tints of Bouquet #B6869B

Color information

#B6869B (or 0xB6869B) is unknown color: approx Bouquet. HEX triplet: B6, 86 and 9B. RGB value is (182,134,155). Sum of RGB (Red+Green+Blue) = 182+134+155=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 155 (60.94% from 255 or 32.91% from 471); Max value from RGB is 182 - color contains mainly: red. Hex color #B6869B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6869B is #497964. Grayscale: #969696. Windows color (decimal): -4815205 or 10192566. OLE color: 10192566.

HSL color Cylindrical-coordinate representation of color #B6869B: hue angle of 333.75º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B6869B is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB182134155-
CMYK00.260.150.29
HSL333.75º24.74%61.96%-
HSV(B)333.75º26.37%71.37%-
XYZ33.7329.3634.9-
YUV150.75130.4150.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.64%
GREEN value IS 134 (52.73% from 255) = 28.45%
BLUE value IS 155 (60.94% from 255) = 32.91%
R=38.64%
G=28.45%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213415500.260.150.29333.7524.7461.96
HexB6869B01AF1D14e193e
Octal26620623303217355163176
Binary10110110100001101001101101101011111110110100111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6869B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6869B; }

 p { color: rgb(182,134,155); }

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

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

 a { background-color: rgb(182,134,155); }

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

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

 span { border-color: rgb(182,134,155); }

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