#B07BA0

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

Shades of Bouquet #B07BA0

Tints of Bouquet #B07BA0

Color information

#B07BA0 (or 0xB07BA0) is unknown color: approx Bouquet. HEX triplet: B0, 7B and A0. RGB value is (176,123,160). Sum of RGB (Red+Green+Blue) = 176+123+160=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 176 - color contains mainly: red. Hex color #B07BA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07BA0 is #4F845F. Grayscale: #8E8E8E. Windows color (decimal): -5211232 or 10517424. OLE color: 10517424.

HSL color Cylindrical-coordinate representation of color #B07BA0: hue angle of 318.11º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B07BA0 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB176123160-
CMYK00.300.090.31
HSL318.11º25.12%58.63%-
HSV(B)318.11º30.11%69.02%-
XYZ31.3325.9336.61-
YUV143.06137.56151.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.34%
GREEN value IS 123 (48.44% from 255) = 26.80%
BLUE value IS 160 (62.89% from 255) = 34.86%
R=38.34%
G=26.80%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612316000.300.090.31318.1125.1258.63
HexB07BA001E91F13e193b
Octal26017324003611374763173
Binary1011000011110111010000001111010011111110011111011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07BA0; }

 p { color: rgb(176,123,160); }

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

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

 a { background-color: rgb(176,123,160); }

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

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

 span { border-color: rgb(176,123,160); }

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