#B48798

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

Shades of Viola #B48798

Tints of Viola #B48798

Color information

#B48798 (or 0xB48798) is unknown color: approx Viola. HEX triplet: B4, 87 and 98. RGB value is (180,135,152). Sum of RGB (Red+Green+Blue) = 180+135+152=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 135 (53.12% from 255 or 28.91% from 467); Blue value is 152 (59.77% from 255 or 32.55% from 467); Max value from RGB is 180 - color contains mainly: red. Hex color #B48798 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48798 is #4B7867. Grayscale: #969696. Windows color (decimal): -4946024 or 9996212. OLE color: 9996212.

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

Color convert

RGB180135152-
CMYK00.250.160.29
HSL337.33º23.08%61.76%-
HSV(B)337.33º25%70.59%-
XYZ33.1529.333.61-
YUV150.39128.91149.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.54%
GREEN value IS 135 (53.12% from 255) = 28.91%
BLUE value IS 152 (59.77% from 255) = 32.55%
R=38.54%
G=28.91%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013515200.250.160.29337.3323.0861.76
HexB48798019101D151173e
Octal26420723003120355212776
Binary101101001000011110011000011001100001110110101000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48798; }

 p { color: rgb(180,135,152); }

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

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

 a { background-color: rgb(180,135,152); }

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

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

 span { border-color: rgb(180,135,152); }

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