#B07095

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

Shades of Bouquet #B07095

Tints of Bouquet #B07095

Color information

#B07095 (or 0xB07095) is unknown color: approx Bouquet. HEX triplet: B0, 70 and 95. RGB value is (176,112,149). Sum of RGB (Red+Green+Blue) = 176+112+149=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 176 - color contains mainly: red. Hex color #B07095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07095 is #4F8F6A. Grayscale: #878787. Windows color (decimal): -5214059 or 9793712. OLE color: 9793712.

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

Color convert

RGB176112149-
CMYK00.360.150.31
HSL325.31º28.83%56.47%-
HSV(B)325.31º36.36%69.02%-
XYZ29.1222.9931.34-
YUV135.35135.7156.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.27%
GREEN value IS 112 (44.14% from 255) = 25.63%
BLUE value IS 149 (58.59% from 255) = 34.10%
R=40.27%
G=25.63%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611214900.360.150.31325.3128.8356.47
HexB07095024F1F1451d38
Octal26016022504417375053570
Binary10110000111000010010101010010011111111110100010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07095; }

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

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

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

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

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

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

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

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