#B0888E

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

Shades of Viola #B0888E

Tints of Viola #B0888E

Color information

#B0888E (or 0xB0888E) is unknown color: approx Viola. HEX triplet: B0, 88 and 8E. RGB value is (176,136,142). Sum of RGB (Red+Green+Blue) = 176+136+142=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 142 (55.86% from 255 or 31.28% from 454); Max value from RGB is 176 - color contains mainly: red. Hex color #B0888E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0888E is #4F7771. Grayscale: #949494. Windows color (decimal): -5207922 or 9341104. OLE color: 9341104.

HSL color Cylindrical-coordinate representation of color #B0888E: hue angle of 351º degrees, saturation: 0.2, 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 #B0888E is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB176136142-
CMYK00.230.190.31
HSL351º20.2%61.18%-
HSV(B)351º22.73%69.02%-
XYZ31.5928.7929.48-
YUV148.64124.25147.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.77%
GREEN value IS 136 (53.52% from 255) = 29.96%
BLUE value IS 142 (55.86% from 255) = 31.28%
R=38.77%
G=29.96%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613614200.230.190.3135120.261.18
HexB0888E017131F15f143d
Octal26021021602723375372475
Binary101100001000100010001110010111100111111110101111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0888E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0888E; }

 p { color: rgb(176,136,142); }

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

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

 a { background-color: rgb(176,136,142); }

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

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

 span { border-color: rgb(176,136,142); }

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