#B48791

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

Shades of Viola #B48791

Tints of Viola #B48791

Color information

#B48791 (or 0xB48791) is unknown color: approx Viola. HEX triplet: B4, 87 and 91. RGB value is (180,135,145). Sum of RGB (Red+Green+Blue) = 180+135+145=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 135 (53.12% from 255 or 29.35% from 460); Blue value is 145 (57.03% from 255 or 31.52% from 460); Max value from RGB is 180 - color contains mainly: red. Hex color #B48791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48791 is #4B786E. Grayscale: #959595. Windows color (decimal): -4946031 or 9537460. OLE color: 9537460.

HSL color Cylindrical-coordinate representation of color #B48791: hue angle of 346.67º 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 #B48791 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB180135145-
CMYK00.250.190.29
HSL346.67º23.08%61.76%-
HSV(B)346.67º25%70.59%-
XYZ32.629.0830.68-
YUV149.6125.41149.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.13%
GREEN value IS 135 (53.12% from 255) = 29.35%
BLUE value IS 145 (57.03% from 255) = 31.52%
R=39.13%
G=29.35%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013514500.250.190.29346.6723.0861.76
HexB48791019131D15b173e
Octal26420722103123355332776
Binary101101001000011110010001011001100111110110101101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48791; }

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

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

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

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

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

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

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

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