#B08A9A

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

Shades of Bouquet #B08A9A

Tints of Bouquet #B08A9A

Color information

#B08A9A (or 0xB08A9A) is unknown color: approx Bouquet. HEX triplet: B0, 8A and 9A. RGB value is (176,138,154). Sum of RGB (Red+Green+Blue) = 176+138+154=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 138 (54.30% from 255 or 29.49% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08A9A is #4F7565. Grayscale: #979797. Windows color (decimal): -5207398 or 10128048. OLE color: 10128048.

HSL color Cylindrical-coordinate representation of color #B08A9A: hue angle of 334.74º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B08A9A is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB176138154-
CMYK00.220.120.31
HSL334.74º19.39%61.57%-
HSV(B)334.74º21.59%69.02%-
XYZ32.8329.7434.58-
YUV151.19129.59145.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.61%
GREEN value IS 138 (54.30% from 255) = 29.49%
BLUE value IS 154 (60.55% from 255) = 32.91%
R=37.61%
G=29.49%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613815400.220.120.31334.7419.3961.57
HexB08A9A016C1F14f133e
Octal26021223202614375172376
Binary10110000100010101001101001011011001111110100111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08A9A; }

 p { color: rgb(176,138,154); }

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

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

 a { background-color: rgb(176,138,154); }

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

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

 span { border-color: rgb(176,138,154); }

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