Html Css Color HEX #B08890 Viola

📋 copy color: '#B08890'

red 176 ◦ green 136 ◦ blue 144

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

Shades of Viola #B08890

Tints of Viola #B08890

RGB

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

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

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

R = 38.6%
G = 29.82%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B08890 (or 0xB08890) is known color: Viola. HEX triplet: B0, 88 and 90. RGB value is (176,136,144). Sum of RGB (Red+Green+Blue) = 176+136+144=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 136 (53.52% from 255 or 29.82% from 456); Blue value is 144 (56.64% from 255 or 31.58% from 456); Max value from RGB is 176 - color contains mainly: red. Hex color #B08890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08890 is #4F776F. Grayscale: #949494. Windows color (decimal): -5207920 or 9472176. OLE color: 9472176.

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

Color convert

RGB 176 136 144 -
CMYK 0 0.23 0.18 0.31
HSL 348º 0.2% 0.61% -
HSV(B) 348º 0.23% 0.69% -
XYZ 31.74 28.85 30.28 -
YUV 148.87 125.25 147.35 -
System Red Green Blue C M Y K H S L
Decimal 176 136 144 0 0.23 0.18 0.31 348 0.2 0.61
Hex B0 88 90 0 17 12 1F 15C 14 3D
Octal 260 210 220 0 27 22 37 534 24 75
Binary 10110000 10001000 10010000 0 10111 10010 11111 101011100 10100 111101

Color Harmonies of #B08890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08890

Black with #B08890

Text Example


Text Example

White with #B08890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08890; }

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

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

background-color css

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

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

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

border-color css

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

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

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