Html Css Color HEX #B08990 Viola

📋 copy color: '#B08990'

red 176 ◦ green 137 ◦ blue 144

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

Shades of Viola #B08990

Tints of Viola #B08990

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.98%

 BLUE value IS 144 (56.64% from 255) = 31.51%

R = 38.51%
G = 29.98%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B08990 (or 0xB08990) is known color: Viola. HEX triplet: B0, 89 and 90. RGB value is (176,137,144). Sum of RGB (Red+Green+Blue) = 176+137+144=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 137 (53.91% from 255 or 29.98% from 457); Blue value is 144 (56.64% from 255 or 31.51% from 457); Max value from RGB is 176 - color contains mainly: red. Hex color #B08990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08990 is #4F766F. Grayscale: #959595. Windows color (decimal): -5207664 or 9472432. OLE color: 9472432.

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

Color convert

RGB 176 137 144 -
CMYK 0 0.22 0.18 0.31
HSL 349.23º 0.2% 0.61% -
HSV(B) 349.23º 0.22% 0.69% -
XYZ 31.88 29.14 30.33 -
YUV 149.46 124.92 146.93 -
System Red Green Blue C M Y K H S L
Decimal 176 137 144 0 0.22 0.18 0.31 349.23 0.2 0.61
Hex B0 89 90 0 16 12 1F 15D 14 3D
Octal 260 211 220 0 26 22 37 535 24 75
Binary 10110000 10001001 10010000 0 10110 10010 11111 101011101 10100 111101

Color Harmonies of #B08990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08990

Black with #B08990

Text Example


Text Example

White with #B08990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08990; }

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

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

background-color css

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

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

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

border-color css

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

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

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