Html Css Color HEX #B08894 Viola

📋 copy color: '#B08894'

red 176 ◦ green 136 ◦ blue 148

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

Shades of Viola #B08894

Tints of Viola #B08894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 32.17%

R = 38.26%
G = 29.57%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B08894 (or 0xB08894) is known color: Viola. HEX triplet: B0, 88 and 94. RGB value is (176,136,148). Sum of RGB (Red+Green+Blue) = 176+136+148=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 148 (58.20% from 255 or 32.17% from 460); Max value from RGB is 176 - color contains mainly: red. Hex color #B08894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08894 is #4F776B. Grayscale: #959595. Windows color (decimal): -5207916 or 9734320. OLE color: 9734320.

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

Color convert

RGB 176 136 148 -
CMYK 0 0.23 0.16 0.31
HSL 342º 0.2% 0.61% -
HSV(B) 342º 0.23% 0.69% -
XYZ 32.05 28.98 31.92 -
YUV 149.33 127.25 147.02 -
System Red Green Blue C M Y K H S L
Decimal 176 136 148 0 0.23 0.16 0.31 342 0.2 0.61
Hex B0 88 94 0 17 10 1F 156 14 3D
Octal 260 210 224 0 27 20 37 526 24 75
Binary 10110000 10001000 10010100 0 10111 10000 11111 101010110 10100 111101

Color Harmonies of #B08894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08894

Black with #B08894

Text Example


Text Example

White with #B08894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08894; }

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

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

background-color css

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

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

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

border-color css

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

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

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