#B0709C

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

Shades of Bouquet #B0709C

Tints of Bouquet #B0709C

Color information

#B0709C (or 0xB0709C) is unknown color: approx Bouquet. HEX triplet: B0, 70 and 9C. RGB value is (176,112,156). Sum of RGB (Red+Green+Blue) = 176+112+156=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 176 - color contains mainly: red. Hex color #B0709C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0709C is #4F8F63. Grayscale: #888888. Windows color (decimal): -5214052 or 10252464. OLE color: 10252464.

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

Color convert

RGB176112156-
CMYK00.360.110.31
HSL318.75º28.83%56.47%-
HSV(B)318.75º36.36%69.02%-
XYZ29.723.2234.37-
YUV136.15139.2156.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.64%
GREEN value IS 112 (44.14% from 255) = 25.23%
BLUE value IS 156 (61.33% from 255) = 35.14%
R=39.64%
G=25.23%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611215600.360.110.31318.7528.8356.47
HexB0709C024B1F13f1d38
Octal26016023404413374773570
Binary10110000111000010011100010010010111111110011111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0709C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0709C; }

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

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

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

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

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

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

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

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