#B48B9E

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

Shades of Bouquet #B48B9E

Tints of Bouquet #B48B9E

Color information

#B48B9E (or 0xB48B9E) is unknown color: approx Bouquet. HEX triplet: B4, 8B and 9E. RGB value is (180,139,158). Sum of RGB (Red+Green+Blue) = 180+139+158=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 139 (54.69% from 255 or 29.14% from 477); Blue value is 158 (62.11% from 255 or 33.12% from 477); Max value from RGB is 180 - color contains mainly: red. Hex color #B48B9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48B9E is #4B7461. Grayscale: #999999. Windows color (decimal): -4944994 or 10390452. OLE color: 10390452.

HSL color Cylindrical-coordinate representation of color #B48B9E: hue angle of 332.2º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B48B9E is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB180139158-
CMYK00.230.120.29
HSL332.2º21.47%62.55%-
HSV(B)332.2º22.78%70.59%-
XYZ34.2330.6436.46-
YUV153.42130.58146.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.74%
GREEN value IS 139 (54.69% from 255) = 29.14%
BLUE value IS 158 (62.11% from 255) = 33.12%
R=37.74%
G=29.14%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013915800.230.120.29332.221.4762.55
HexB48B9E017C1D14c153f
Octal26421323602714355142577
Binary10110100100010111001111001011111001110110100110010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48B9E; }

 p { color: rgb(180,139,158); }

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

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

 a { background-color: rgb(180,139,158); }

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

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

 span { border-color: rgb(180,139,158); }

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