#B07A9C

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

Shades of Bouquet #B07A9C

Tints of Bouquet #B07A9C

Color information

#B07A9C (or 0xB07A9C) is unknown color: approx Bouquet. HEX triplet: B0, 7A and 9C. RGB value is (176,122,156). Sum of RGB (Red+Green+Blue) = 176+122+156=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 156 (61.33% from 255 or 34.36% from 454); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07A9C is #4F8563. Grayscale: #8D8D8D. Windows color (decimal): -5211492 or 10255024. OLE color: 10255024.

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

Color convert

RGB176122156-
CMYK00.310.110.31
HSL322.22º25.47%58.43%-
HSV(B)322.22º30.68%69.02%-
XYZ30.8625.5534.76-
YUV142.02135.89152.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.77%
GREEN value IS 122 (48.05% from 255) = 26.87%
BLUE value IS 156 (61.33% from 255) = 34.36%
R=38.77%
G=26.87%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612215600.310.110.31322.2225.4758.43
HexB07A9C01FB1F142193a
Octal26017223403713375023172
Binary1011000011110101001110001111110111111110100001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07A9C; }

 p { color: rgb(176,122,156); }

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

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

 a { background-color: rgb(176,122,156); }

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

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

 span { border-color: rgb(176,122,156); }

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