#B07295

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

Shades of Bouquet #B07295

Tints of Bouquet #B07295

Color information

#B07295 (or 0xB07295) is unknown color: approx Bouquet. HEX triplet: B0, 72 and 95. RGB value is (176,114,149). Sum of RGB (Red+Green+Blue) = 176+114+149=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 149 (58.59% from 255 or 33.94% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B07295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07295 is #4F8D6A. Grayscale: #888888. Windows color (decimal): -5213547 or 9794224. OLE color: 9794224.

HSL color Cylindrical-coordinate representation of color #B07295: hue angle of 326.13º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B07295 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB176114149-
CMYK00.350.150.31
HSL326.13º28.18%56.86%-
HSV(B)326.13º35.23%69.02%-
XYZ29.3523.4331.41-
YUV136.53135.04156.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.09%
GREEN value IS 114 (44.92% from 255) = 25.97%
BLUE value IS 149 (58.59% from 255) = 33.94%
R=40.09%
G=25.97%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611414900.350.150.31326.1328.1856.86
HexB07295023F1F1461c39
Octal26016222504317375063471
Binary10110000111001010010101010001111111111110100011011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07295; }

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

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

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

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

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

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

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

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