#B48692

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

Shades of Viola #B48692

Tints of Viola #B48692

Color information

#B48692 (or 0xB48692) is unknown color: approx Viola. HEX triplet: B4, 86 and 92. RGB value is (180,134,146). Sum of RGB (Red+Green+Blue) = 180+134+146=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 134 (52.73% from 255 or 29.13% from 460); Blue value is 146 (57.42% from 255 or 31.74% from 460); Max value from RGB is 180 - color contains mainly: red. Hex color #B48692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48692 is #4B796D. Grayscale: #959595. Windows color (decimal): -4946286 or 9602740. OLE color: 9602740.

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

Color convert

RGB180134146-
CMYK00.260.190.29
HSL344.35º23.47%61.57%-
HSV(B)344.35º25.56%70.59%-
XYZ32.5428.8331.04-
YUV149.12126.24150.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.13%
GREEN value IS 134 (52.73% from 255) = 29.13%
BLUE value IS 146 (57.42% from 255) = 31.74%
R=39.13%
G=29.13%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013414600.260.190.29344.3523.4761.57
HexB4869201A131D158173e
Octal26420622203223355302776
Binary101101001000011010010010011010100111110110101100010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48692; }

 p { color: rgb(180,134,146); }

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

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

 a { background-color: rgb(180,134,146); }

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

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

 span { border-color: rgb(180,134,146); }

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