#B0769F

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

Shades of Bouquet #B0769F

Tints of Bouquet #B0769F

Color information

#B0769F (or 0xB0769F) is unknown color: approx Bouquet. HEX triplet: B0, 76 and 9F. RGB value is (176,118,159). Sum of RGB (Red+Green+Blue) = 176+118+159=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 176 - color contains mainly: red. Hex color #B0769F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0769F is #4F8960. Grayscale: #8B8B8B. Windows color (decimal): -5212513 or 10450608. OLE color: 10450608.

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

Color convert

RGB176118159-
CMYK00.330.100.31
HSL317.59º26.85%57.65%-
HSV(B)317.59º32.95%69.02%-
XYZ30.6424.6935.95-
YUV140.02138.72153.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.85%
GREEN value IS 118 (46.48% from 255) = 26.05%
BLUE value IS 159 (62.5% from 255) = 35.10%
R=38.85%
G=26.05%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611815900.330.100.31317.5926.8557.65
HexB0769F021A1F13e1b3a
Octal26016623704112374763372
Binary10110000111011010011111010000110101111110011111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0769F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0769F; }

 p { color: rgb(176,118,159); }

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

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

 a { background-color: rgb(176,118,159); }

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

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

 span { border-color: rgb(176,118,159); }

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