Html Css Color HEX #B290A0 Shady Lady

📋 copy color: '#B290A0'

red 178 ◦ green 144 ◦ blue 160

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

Shades of Shady Lady #B290A0

Tints of Shady Lady #B290A0

RGB

 RED value IS 178 (69.92% from 255) = 36.93%

 GREEN value IS 144 (56.64% from 255) = 29.88%

 BLUE value IS 160 (62.89% from 255) = 33.2%

R = 36.93%
G = 29.88%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B290A0 (or 0xB290A0) is known color: Shady Lady. HEX triplet: B2, 90 and A0. RGB value is (178,144,160). Sum of RGB (Red+Green+Blue) = 178+144+160=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 144 (56.64% from 255 or 29.88% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 178 - color contains mainly: red. Hex color #B290A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B290A0 is #4D6F5F. Grayscale: #9B9B9B. Windows color (decimal): -5074784 or 10522802. OLE color: 10522802.

HSL color Cylindrical-coordinate representation of color #B290A0: hue angle of 331.76º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B290A0 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 144 160 -
CMYK 0 0.19 0.10 0.30
HSL 331.76º 0.18% 0.63% -
HSV(B) 331.76º 0.19% 0.7% -
XYZ 34.68 31.95 37.6 -
YUV 155.99 130.26 143.7 -
System Red Green Blue C M Y K H S L
Decimal 178 144 160 0 0.19 0.10 0.30 331.76 0.18 0.63
Hex B2 90 A0 0 13 A 1E 14C 12 3F
Octal 262 220 240 0 23 12 36 514 22 77
Binary 10110010 10010000 10100000 0 10011 1010 11110 101001100 10010 111111

Color Harmonies of #B290A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B290A0

Black with #B290A0

Text Example


Text Example

White with #B290A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B290A0; }

 p { color: rgb(178,144,160); }

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

background-color css

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

 a { background-color: rgb(178,144,160); }

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

border-color css

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

 span { border-color: rgb(178,144,160); }

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