#B07395

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

Shades of Bouquet #B07395

Tints of Bouquet #B07395

Color information

#B07395 (or 0xB07395) is unknown color: approx Bouquet. HEX triplet: B0, 73 and 95. RGB value is (176,115,149). Sum of RGB (Red+Green+Blue) = 176+115+149=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 115 (45.31% from 255 or 26.14% from 440); Blue value is 149 (58.59% from 255 or 33.86% from 440); Max value from RGB is 176 - color contains mainly: red. Hex color #B07395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07395 is #4F8C6A. Grayscale: #898989. Windows color (decimal): -5213291 or 9794480. OLE color: 9794480.

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

Color convert

RGB176115149-
CMYK00.350.150.31
HSL326.56º27.85%57.06%-
HSV(B)326.56º34.66%69.02%-
XYZ29.4623.6631.45-
YUV137.11134.71155.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40%
GREEN value IS 115 (45.31% from 255) = 26.14%
BLUE value IS 149 (58.59% from 255) = 33.86%
R=40%
G=26.14%
B=33.86%

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
Decimal17611514900.350.150.31326.5627.8557.06
HexB07395023F1F1471c39
Octal26016322504317375073471
Binary10110000111001110010101010001111111111110100011111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07395; }

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

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

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

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

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

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

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

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