#B077A7

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

Shades of Bouquet #B077A7

Tints of Bouquet #B077A7

Color information

#B077A7 (or 0xB077A7) is unknown color: approx Bouquet. HEX triplet: B0, 77 and A7. RGB value is (176,119,167). Sum of RGB (Red+Green+Blue) = 176+119+167=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 119 (46.88% from 255 or 25.76% from 462); Blue value is 167 (65.62% from 255 or 36.15% from 462); Max value from RGB is 176 - color contains mainly: red. Hex color #B077A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B077A7 is #4F8858. Grayscale: #8D8D8D. Windows color (decimal): -5212249 or 10975152. OLE color: 10975152.

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

Color convert

RGB176119167-
CMYK00.320.050.31
HSL309.47º26.51%57.84%-
HSV(B)309.47º32.39%69.02%-
XYZ31.4825.2139.77-
YUV141.51142.38152.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.10%
GREEN value IS 119 (46.88% from 255) = 25.76%
BLUE value IS 167 (65.62% from 255) = 36.15%
R=38.10%
G=25.76%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611916700.320.050.31309.4726.5157.84
HexB077A702051F1351b3a
Octal2601672470405374653372
Binary1011000011101111010011101000001011111110011010111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B077A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B077A7; }

 p { color: rgb(176,119,167); }

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

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

 a { background-color: rgb(176,119,167); }

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

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

 span { border-color: rgb(176,119,167); }

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