#B48999

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

Shades of Viola #B48999

Tints of Viola #B48999

Color information

#B48999 (or 0xB48999) is unknown color: approx Viola. HEX triplet: B4, 89 and 99. RGB value is (180,137,153). Sum of RGB (Red+Green+Blue) = 180+137+153=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 137 (53.91% from 255 or 29.15% from 470); Blue value is 153 (60.16% from 255 or 32.55% from 470); Max value from RGB is 180 - color contains mainly: red. Hex color #B48999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48999 is #4B7666. Grayscale: #979797. Windows color (decimal): -4945511 or 10062260. OLE color: 10062260.

HSL color Cylindrical-coordinate representation of color #B48999: hue angle of 337.67º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B48999 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB180137153-
CMYK00.240.150.29
HSL337.67º22.28%62.16%-
HSV(B)337.67º23.89%70.59%-
XYZ33.5229.8934.14-
YUV151.68128.75148.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.30%
GREEN value IS 137 (53.91% from 255) = 29.15%
BLUE value IS 153 (60.16% from 255) = 32.55%
R=38.30%
G=29.15%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013715300.240.150.29337.6722.2862.16
HexB48999018F1D152163e
Octal26421123103017355222676
Binary10110100100010011001100101100011111110110101001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48999; }

 p { color: rgb(180,137,153); }

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

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

 a { background-color: rgb(180,137,153); }

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

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

 span { border-color: rgb(180,137,153); }

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