Html Css Color HEX #B28995 Viola

📋 copy color: '#B28995'

red 178 ◦ green 137 ◦ blue 149

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

Shades of Viola #B28995

Tints of Viola #B28995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 32.11%

R = 38.36%
G = 29.53%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B28995 (or 0xB28995) is known color: Viola. HEX triplet: B2, 89 and 95. RGB value is (178,137,149). Sum of RGB (Red+Green+Blue) = 178+137+149=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 137 (53.91% from 255 or 29.53% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 178 - color contains mainly: red. Hex color #B28995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28995 is #4D766A. Grayscale: #969696. Windows color (decimal): -5076587 or 9800114. OLE color: 9800114.

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

Color convert

RGB 178 137 149 -
CMYK 0 0.23 0.16 0.30
HSL 342.44º 0.21% 0.62% -
HSV(B) 342.44º 0.23% 0.7% -
XYZ 32.73 29.53 32.41 -
YUV 150.63 127.08 147.52 -
System Red Green Blue C M Y K H S L
Decimal 178 137 149 0 0.23 0.16 0.30 342.44 0.21 0.62
Hex B2 89 95 0 17 10 1E 156 15 3E
Octal 262 211 225 0 27 20 36 526 25 76
Binary 10110010 10001001 10010101 0 10111 10000 11110 101010110 10101 111110

Color Harmonies of #B28995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28995

Black with #B28995

Text Example


Text Example

White with #B28995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28995; }

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

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

background-color css

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

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

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

border-color css

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

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

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