#B07795

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

Shades of Bouquet #B07795

Tints of Bouquet #B07795

Color information

#B07795 (or 0xB07795) is unknown color: approx Bouquet. HEX triplet: B0, 77 and 95. RGB value is (176,119,149). Sum of RGB (Red+Green+Blue) = 176+119+149=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 119 (46.88% from 255 or 26.80% from 444); Blue value is 149 (58.59% from 255 or 33.56% from 444); Max value from RGB is 176 - color contains mainly: red. Hex color #B07795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07795 is #4F886A. Grayscale: #8B8B8B. Windows color (decimal): -5212267 or 9795504. OLE color: 9795504.

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

Color convert

RGB176119149-
CMYK00.320.150.31
HSL328.42º26.51%57.84%-
HSV(B)328.42º32.39%69.02%-
XYZ29.9324.5931.6-
YUV139.46133.38154.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.64%
GREEN value IS 119 (46.88% from 255) = 26.80%
BLUE value IS 149 (58.59% from 255) = 33.56%
R=39.64%
G=26.80%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611914900.320.150.31328.4226.5157.84
HexB07795020F1F1481b3a
Octal26016722504017375103372
Binary10110000111011110010101010000011111111110100100011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07795; }

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

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

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

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

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

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

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

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