#B08798

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

Shades of Bouquet #B08798

Tints of Bouquet #B08798

Color information

#B08798 (or 0xB08798) is unknown color: approx Bouquet. HEX triplet: B0, 87 and 98. RGB value is (176,135,152). Sum of RGB (Red+Green+Blue) = 176+135+152=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 135 (53.12% from 255 or 29.16% from 463); Blue value is 152 (59.77% from 255 or 32.83% from 463); Max value from RGB is 176 - color contains mainly: red. Hex color #B08798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08798 is #4F7867. Grayscale: #959595. Windows color (decimal): -5208168 or 9996208. OLE color: 9996208.

HSL color Cylindrical-coordinate representation of color #B08798: hue angle of 335.12º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B08798 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB176135152-
CMYK00.230.140.31
HSL335.12º20.6%60.98%-
HSV(B)335.12º23.3%69.02%-
XYZ32.2428.8333.57-
YUV149.2129.58147.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.01%
GREEN value IS 135 (53.12% from 255) = 29.16%
BLUE value IS 152 (59.77% from 255) = 32.83%
R=38.01%
G=29.16%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613515200.230.140.31335.1220.660.98
HexB08798017E1F14f153d
Octal26020723002716375172575
Binary10110000100001111001100001011111101111110100111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08798; }

 p { color: rgb(176,135,152); }

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

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

 a { background-color: rgb(176,135,152); }

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

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

 span { border-color: rgb(176,135,152); }

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