Html Css Color HEX #B595A4 Lily

📋 copy color: '#B595A4'

red 181 ◦ green 149 ◦ blue 164

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

Shades of Lily #B595A4

Tints of Lily #B595A4

RGB

 RED value IS 181 (71.09% from 255) = 36.64%

 GREEN value IS 149 (58.59% from 255) = 30.16%

 BLUE value IS 164 (64.45% from 255) = 33.2%

R = 36.64%
G = 30.16%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B595A4 (or 0xB595A4) is known color: Lily. HEX triplet: B5, 95 and A4. RGB value is (181,149,164). Sum of RGB (Red+Green+Blue) = 181+149+164=494 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.64% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 164 (64.45% from 255 or 33.20% from 494); Max value from RGB is 181 - color contains mainly: red. Hex color #B595A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B595A4 is #4A6A5B. Grayscale: #A0A0A0. Windows color (decimal): -4876892 or 10786229. OLE color: 10786229.

HSL color Cylindrical-coordinate representation of color #B595A4: hue angle of 331.88º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B595A4 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 149 164 -
CMYK 0 0.18 0.09 0.29
HSL 331.88º 0.18% 0.65% -
HSV(B) 331.88º 0.18% 0.71% -
XYZ 36.5 34 39.76 -
YUV 160.28 130.1 142.78 -
System Red Green Blue C M Y K H S L
Decimal 181 149 164 0 0.18 0.09 0.29 331.88 0.18 0.65
Hex B5 95 A4 0 12 9 1D 14C 12 41
Octal 265 225 244 0 22 11 35 514 22 101
Binary 10110101 10010101 10100100 0 10010 1001 11101 101001100 10010 1000001

Color Harmonies of #B595A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B595A4

Black with #B595A4

Text Example


Text Example

White with #B595A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B595A4; }

 p { color: rgb(181,149,164); }

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

background-color css

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

 a { background-color: rgb(181,149,164); }

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

border-color css

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

 span { border-color: rgb(181,149,164); }

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