#B08790

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

Shades of Viola #B08790

Tints of Viola #B08790

Color information

#B08790 (or 0xB08790) is unknown color: approx Viola. HEX triplet: B0, 87 and 90. RGB value is (176,135,144). Sum of RGB (Red+Green+Blue) = 176+135+144=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 135 (53.12% from 255 or 29.67% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 176 - color contains mainly: red. Hex color #B08790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08790 is #4F786F. Grayscale: #949494. Windows color (decimal): -5208176 or 9471920. OLE color: 9471920.

HSL color Cylindrical-coordinate representation of color #B08790: hue angle of 346.83º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B08790 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB176135144-
CMYK00.230.180.31
HSL346.83º20.6%60.98%-
HSV(B)346.83º23.3%69.02%-
XYZ31.628.5730.23-
YUV148.28125.58147.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.68%
GREEN value IS 135 (53.12% from 255) = 29.67%
BLUE value IS 144 (56.64% from 255) = 31.65%
R=38.68%
G=29.67%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613514400.230.180.31346.8320.660.98
HexB08790017121F15b153d
Octal26020722002722375332575
Binary101100001000011110010000010111100101111110101101110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08790; }

 p { color: rgb(176,135,144); }

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

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

 a { background-color: rgb(176,135,144); }

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

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

 span { border-color: rgb(176,135,144); }

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