#B08295

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

Shades of Bouquet #B08295

Tints of Bouquet #B08295

Color information

#B08295 (or 0xB08295) is unknown color: approx Bouquet. HEX triplet: B0, 82 and 95. RGB value is (176,130,149). Sum of RGB (Red+Green+Blue) = 176+130+149=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 149 (58.59% from 255 or 32.75% from 455); Max value from RGB is 176 - color contains mainly: red. Hex color #B08295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08295 is #4F7D6A. Grayscale: #919191. Windows color (decimal): -5209451 or 9798320. OLE color: 9798320.

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

Color convert

RGB176130149-
CMYK00.260.150.31
HSL335.22º22.55%60%-
HSV(B)335.22º26.14%69.02%-
XYZ31.3127.3732.07-
YUV145.92129.74149.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.68%
GREEN value IS 130 (51.17% from 255) = 28.57%
BLUE value IS 149 (58.59% from 255) = 32.75%
R=38.68%
G=28.57%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613014900.260.150.31335.2222.5560
HexB0829501AF1F14f173c
Octal26020222503217375172774
Binary10110000100000101001010101101011111111110100111110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08295; }

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

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

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

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

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

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

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

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