Html Css Color HEX #B28894 Viola

📋 copy color: '#B28894'

red 178 ◦ green 136 ◦ blue 148

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

Shades of Viola #B28894

Tints of Viola #B28894

RGB

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

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

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

R = 38.53%
G = 29.44%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B28894 (or 0xB28894) is known color: Viola. HEX triplet: B2, 88 and 94. RGB value is (178,136,148). Sum of RGB (Red+Green+Blue) = 178+136+148=462 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.53% from 462); Green value is 136 (53.52% from 255 or 29.44% from 462); Blue value is 148 (58.20% from 255 or 32.03% from 462); Max value from RGB is 178 - color contains mainly: red. Hex color #B28894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28894 is #4D776B. Grayscale: #959595. Windows color (decimal): -5076844 or 9734322. OLE color: 9734322.

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

Color convert

RGB 178 136 148 -
CMYK 0 0.24 0.17 0.30
HSL 342.86º 0.21% 0.62% -
HSV(B) 342.86º 0.24% 0.7% -
XYZ 32.51 29.21 31.94 -
YUV 149.93 126.91 148.02 -
System Red Green Blue C M Y K H S L
Decimal 178 136 148 0 0.24 0.17 0.30 342.86 0.21 0.62
Hex B2 88 94 0 18 11 1E 157 15 3E
Octal 262 210 224 0 30 21 36 527 25 76
Binary 10110010 10001000 10010100 0 11000 10001 11110 101010111 10101 111110

Color Harmonies of #B28894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28894

Black with #B28894

Text Example


Text Example

White with #B28894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28894; }

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

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

background-color css

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

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

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

border-color css

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

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

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