#B07C9A

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

Shades of Bouquet #B07C9A

Tints of Bouquet #B07C9A

Color information

#B07C9A (or 0xB07C9A) is unknown color: approx Bouquet. HEX triplet: B0, 7C and 9A. RGB value is (176,124,154). Sum of RGB (Red+Green+Blue) = 176+124+154=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 124 (48.83% from 255 or 27.31% from 454); Blue value is 154 (60.55% from 255 or 33.92% from 454); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07C9A is #4F8365. Grayscale: #8E8E8E. Windows color (decimal): -5210982 or 10124464. OLE color: 10124464.

HSL color Cylindrical-coordinate representation of color #B07C9A: hue angle of 325.38º 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 #B07C9A is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB176124154-
CMYK00.300.120.31
HSL325.38º24.76%58.82%-
HSV(B)325.38º29.55%69.02%-
XYZ30.9425.9833.96-
YUV142.97134.23151.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.77%
GREEN value IS 124 (48.83% from 255) = 27.31%
BLUE value IS 154 (60.55% from 255) = 33.92%
R=38.77%
G=27.31%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612415400.300.120.31325.3824.7658.82
HexB07C9A01EC1F145193b
Octal26017423203614375053173
Binary1011000011111001001101001111011001111110100010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07C9A; }

 p { color: rgb(176,124,154); }

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

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

 a { background-color: rgb(176,124,154); }

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

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

 span { border-color: rgb(176,124,154); }

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