Html Css Color HEX #B28994 Viola

📋 copy color: '#B28994'

red 178 ◦ green 137 ◦ blue 148

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

Shades of Viola #B28994

Tints of Viola #B28994

RGB

 RED value IS 178 (69.92% from 255) = 38.44%

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

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

R = 38.44%
G = 29.59%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B28994 (or 0xB28994) is known color: Viola. HEX triplet: B2, 89 and 94. RGB value is (178,137,148). Sum of RGB (Red+Green+Blue) = 178+137+148=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 137 (53.91% from 255 or 29.59% from 463); Blue value is 148 (58.20% from 255 or 31.97% from 463); Max value from RGB is 178 - color contains mainly: red. Hex color #B28994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28994 is #4D766B. Grayscale: #969696. Windows color (decimal): -5076588 or 9734578. OLE color: 9734578.

HSL color Cylindrical-coordinate representation of color #B28994: hue angle of 343.9º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B28994 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 137 148 -
CMYK 0 0.23 0.17 0.30
HSL 343.9º 0.21% 0.62% -
HSV(B) 343.9º 0.23% 0.7% -
XYZ 32.65 29.49 31.99 -
YUV 150.51 126.58 147.61 -
System Red Green Blue C M Y K H S L
Decimal 178 137 148 0 0.23 0.17 0.30 343.9 0.21 0.62
Hex B2 89 94 0 17 11 1E 158 15 3E
Octal 262 211 224 0 27 21 36 530 25 76
Binary 10110010 10001001 10010100 0 10111 10001 11110 101011000 10101 111110

Color Harmonies of #B28994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28994

Black with #B28994

Text Example


Text Example

White with #B28994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28994; }

 p { color: rgb(178,137,148); }

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

background-color css

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

 a { background-color: rgb(178,137,148); }

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

border-color css

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

 span { border-color: rgb(178,137,148); }

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