#B48A8B

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

Shades of Viola #B48A8B

Tints of Viola #B48A8B

Color information

#B48A8B (or 0xB48A8B) is unknown color: approx Viola. HEX triplet: B4, 8A and 8B. RGB value is (180,138,139). Sum of RGB (Red+Green+Blue) = 180+138+139=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 138 (54.30% from 255 or 30.20% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48A8B is #4B7574. Grayscale: #969696. Windows color (decimal): -4945269 or 9145012. OLE color: 9145012.

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

Color convert

RGB180138139-
CMYK00.230.230.29
HSL358.57º21.88%62.35%-
HSV(B)358.57º23.33%70.59%-
XYZ32.5729.7428.45-
YUV150.67121.41148.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.39%
GREEN value IS 138 (54.30% from 255) = 30.20%
BLUE value IS 139 (54.69% from 255) = 30.42%
R=39.39%
G=30.20%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013813900.230.230.29358.5721.8862.35
HexB48A8B017171D167163e
Octal26421221302727355472676
Binary101101001000101010001011010111101111110110110011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48A8B; }

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

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

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

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

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

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

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

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