#B06795

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

Shades of Bouquet #B06795

Tints of Bouquet #B06795

Color information

#B06795 (or 0xB06795) is unknown color: approx Bouquet. HEX triplet: B0, 67 and 95. RGB value is (176,103,149). Sum of RGB (Red+Green+Blue) = 176+103+149=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 103 (40.62% from 255 or 24.07% from 428); Blue value is 149 (58.59% from 255 or 34.81% from 428); Max value from RGB is 176 - color contains mainly: red. Hex color #B06795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06795 is #4F986A. Grayscale: #818181. Windows color (decimal): -5216363 or 9791408. OLE color: 9791408.

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

Color convert

RGB176103149-
CMYK00.410.150.31
HSL322.19º31.6%54.71%-
HSV(B)322.19º41.48%69.02%-
XYZ28.1821.131.02-
YUV130.07138.68160.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.12%
GREEN value IS 103 (40.62% from 255) = 24.07%
BLUE value IS 149 (58.59% from 255) = 34.81%
R=41.12%
G=24.07%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610314900.410.150.31322.1931.654.71
HexB06795029F1F1422037
Octal26014722505117375024067
Binary101100001100111100101010101001111111111101000010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06795; }

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

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

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

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

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

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

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

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