Html Css Color HEX #B17AB9 East Side

📋 copy color: '#B17AB9'

red 177 ◦ green 122 ◦ blue 185

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

Shades of East Side #B17AB9

Tints of East Side #B17AB9

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.21%

 BLUE value IS 185 (72.66% from 255) = 38.22%

R = 36.57%
G = 25.21%
B = 38.22%

CMYK

 C value IS 0.04

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B17AB9 (or 0xB17AB9) is known color: East Side. HEX triplet: B1, 7A and B9. RGB value is (177,122,185). Sum of RGB (Red+Green+Blue) = 177+122+185=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 122 (48.05% from 255 or 25.21% from 484); Blue value is 185 (72.66% from 255 or 38.22% from 484); Max value from RGB is 185 - color contains mainly: blue. Hex color #B17AB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17AB9 is #4E8546. Grayscale: #919191. Windows color (decimal): -5145927 or 12155569. OLE color: 12155569.

HSL color Cylindrical-coordinate representation of color #B17AB9: hue angle of 292.38º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B17AB9 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 122 185 -
CMYK 0.04 0.34 0 0.27
HSL 292.38º 0.31% 0.6% -
HSV(B) 292.38º 0.34% 0.73% -
XYZ 33.85 26.77 49.28 -
YUV 145.63 150.22 150.38 -
System Red Green Blue C M Y K H S L
Decimal 177 122 185 0.04 0.34 0 0.27 292.38 0.31 0.6
Hex B1 7A B9 4 22 0 1B 124 1F 3C
Octal 261 172 271 4 42 0 33 444 37 74
Binary 10110001 1111010 10111001 100 100010 0 11011 100100100 11111 111100

Color Harmonies of #B17AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17AB9

Black with #B17AB9

Text Example


Text Example

White with #B17AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17AB9; }

 p { color: rgb(177,122,185); }

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

background-color css

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

 a { background-color: rgb(177,122,185); }

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

border-color css

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

 span { border-color: rgb(177,122,185); }

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