Html Css Color HEX #B0888D Viola

📋 copy color: '#B0888D'

red 176 ◦ green 136 ◦ blue 141

#B0888D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viola #B0888D

Tints of Viola #B0888D

RGB

 RED value IS 176 (69.14% from 255) = 38.85%

 GREEN value IS 136 (53.52% from 255) = 30.02%

 BLUE value IS 141 (55.47% from 255) = 31.13%

R = 38.85%
G = 30.02%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0888D (or 0xB0888D) is known color: Viola. HEX triplet: B0, 88 and 8D. RGB value is (176,136,141). Sum of RGB (Red+Green+Blue) = 176+136+141=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 176 - color contains mainly: red. Hex color #B0888D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0888D is #4F7772. Grayscale: #949494. Windows color (decimal): -5207923 or 9275568. OLE color: 9275568.

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

Color convert

RGB 176 136 141 -
CMYK 0 0.23 0.20 0.31
HSL 352.5º 0.2% 0.61% -
HSV(B) 352.5º 0.23% 0.69% -
XYZ 31.52 28.76 29.09 -
YUV 148.53 123.75 147.59 -
System Red Green Blue C M Y K H S L
Decimal 176 136 141 0 0.23 0.20 0.31 352.5 0.2 0.61
Hex B0 88 8D 0 17 14 1F 160 14 3D
Octal 260 210 215 0 27 24 37 540 24 75
Binary 10110000 10001000 10001101 0 10111 10100 11111 101100000 10100 111101

Color Harmonies of #B0888D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0888D

Black with #B0888D

Text Example


Text Example

White with #B0888D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0888D; }

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

 H1.HeaderClassName
 {
   color: #B0888D;
 }
 .AnyTagClassName
 {
   color: #B0888D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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