Html Css Color HEX #B185B9 East Side

📋 copy color: '#B185B9'

red 177 ◦ green 133 ◦ blue 185

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

Shades of East Side #B185B9

Tints of East Side #B185B9

RGB

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

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

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

R = 35.76%
G = 26.87%
B = 37.37%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B185B9 (or 0xB185B9) is known color: East Side. HEX triplet: B1, 85 and B9. RGB value is (177,133,185). Sum of RGB (Red+Green+Blue) = 177+133+185=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 185 (72.66% from 255 or 37.37% from 495); Max value from RGB is 185 - color contains mainly: blue. Hex color #B185B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B185B9 is #4E7A46. Grayscale: #979797. Windows color (decimal): -5143111 or 12158385. OLE color: 12158385.

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

Color convert

RGB 177 133 185 -
CMYK 0.04 0.28 0 0.27
HSL 290.77º 0.27% 0.62% -
HSV(B) 290.77º 0.28% 0.73% -
XYZ 35.28 29.62 49.76 -
YUV 152.08 146.58 145.77 -
System Red Green Blue C M Y K H S L
Decimal 177 133 185 0.04 0.28 0 0.27 290.77 0.27 0.62
Hex B1 85 B9 4 1C 0 1B 123 1B 3E
Octal 261 205 271 4 34 0 33 443 33 76
Binary 10110001 10000101 10111001 100 11100 0 11011 100100011 11011 111110

Color Harmonies of #B185B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B185B9

Black with #B185B9

Text Example


Text Example

White with #B185B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B185B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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