Html Css Color HEX #B18595 Viola

📋 copy color: '#B18595'

red 177 ◦ green 133 ◦ blue 149

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

Shades of Viola #B18595

Tints of Viola #B18595

RGB

 RED value IS 177 (69.53% from 255) = 38.56%

 GREEN value IS 133 (52.34% from 255) = 28.98%

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

R = 38.56%
G = 28.98%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B18595 (or 0xB18595) is known color: Viola. HEX triplet: B1, 85 and 95. RGB value is (177,133,149). Sum of RGB (Red+Green+Blue) = 177+133+149=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 149 (58.59% from 255 or 32.46% from 459); Max value from RGB is 177 - color contains mainly: red. Hex color #B18595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18595 is #4E7A6A. Grayscale: #939393. Windows color (decimal): -5143147 or 9799089. OLE color: 9799089.

HSL color Cylindrical-coordinate representation of color #B18595: hue angle of 338.18º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B18595 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 133 149 -
CMYK 0 0.25 0.16 0.31
HSL 338.18º 0.22% 0.61% -
HSV(B) 338.18º 0.25% 0.69% -
XYZ 31.94 28.29 32.21 -
YUV 147.98 128.58 148.7 -
System Red Green Blue C M Y K H S L
Decimal 177 133 149 0 0.25 0.16 0.31 338.18 0.22 0.61
Hex B1 85 95 0 19 10 1F 152 16 3D
Octal 261 205 225 0 31 20 37 522 26 75
Binary 10110001 10000101 10010101 0 11001 10000 11111 101010010 10110 111101

Color Harmonies of #B18595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18595

Black with #B18595

Text Example


Text Example

White with #B18595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18595; }

 p { color: rgb(177,133,149); }

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

background-color css

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

 a { background-color: rgb(177,133,149); }

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

border-color css

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

 span { border-color: rgb(177,133,149); }

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