#b078a5

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

Shades of Bouquet #B078A5

Tints of Bouquet #B078A5

Color information

#B078A5 (or 0xB078A5) is unknown color: approx Bouquet. HEX triplet: B0, 78 and A5. RGB value is (176,120,165). Sum of RGB (Red+Green+Blue) = 176+120+165=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 120 (47.27% from 255 or 26.03% from 461); Blue value is 165 (64.84% from 255 or 35.79% from 461); Max value from RGB is 176 - color contains mainly: red. Hex color #B078A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B078A5 is #4F875A. Grayscale: #8D8D8D. Windows color (decimal): -5211995 or 10844336. OLE color: 10844336.

HSL color Cylindrical-coordinate representation of color #B078A5: hue angle of 311.79º degrees, saturation: 0.26, 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 #B078A5 is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB176120165-
CMYK00.320.060.31
HSL311.79º26.17%58.04%-
HSV(B)311.79º31.82%69.02%-
XYZ31.4125.3838.84-
YUV141.87141.05152.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.18%
GREEN value IS 120 (47.27% from 255) = 26.03%
BLUE value IS 165 (64.84% from 255) = 35.79%
R=38.18%
G=26.03%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612016500.320.060.31311.7926.1758.04
HexB078A502061F1381a3a
Octal2601702450406374703272
Binary1011000011110001010010101000001101111110011100011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b078a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b078a5; }

 p { color: rgb(176,120,165); }

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

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

 a { background-color: rgb(176,120,165); }

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

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

 span { border-color: rgb(176,120,165); }

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