Html Css Color HEX #B595AC London Hue

📋 copy color: '#B595AC'

red 181 ◦ green 149 ◦ blue 172

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

Shades of London Hue #B595AC

Tints of London Hue #B595AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.26%

R = 36.06%
G = 29.68%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B595AC (or 0xB595AC) is known color: London Hue. HEX triplet: B5, 95 and AC. RGB value is (181,149,172). Sum of RGB (Red+Green+Blue) = 181+149+172=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 149 (58.59% from 255 or 29.68% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 181 - color contains mainly: red. Hex color #B595AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B595AC is #4A6A53. Grayscale: #A1A1A1. Windows color (decimal): -4876884 or 11310517. OLE color: 11310517.

HSL color Cylindrical-coordinate representation of color #B595AC: hue angle of 316.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 #B595AC is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 149 172 -
CMYK 0 0.18 0.05 0.29
HSL 316.88º 0.18% 0.65% -
HSV(B) 316.88º 0.18% 0.71% -
XYZ 37.25 34.3 43.69 -
YUV 161.19 134.1 142.13 -
System Red Green Blue C M Y K H S L
Decimal 181 149 172 0 0.18 0.05 0.29 316.88 0.18 0.65
Hex B5 95 AC 0 12 5 1D 13D 12 41
Octal 265 225 254 0 22 5 35 475 22 101
Binary 10110101 10010101 10101100 0 10010 101 11101 100111101 10010 1000001

Color Harmonies of #B595AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B595AC

Black with #B595AC

Text Example


Text Example

White with #B595AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B595AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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