Html Css Color HEX #B0909F Shady Lady

📋 copy color: '#B0909F'

red 176 ◦ green 144 ◦ blue 159

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

Shades of Shady Lady #B0909F

Tints of Shady Lady #B0909F

RGB

 RED value IS 176 (69.14% from 255) = 36.74%

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

 BLUE value IS 159 (62.5% from 255) = 33.19%

R = 36.74%
G = 30.06%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B0909F (or 0xB0909F) is known color: Shady Lady. HEX triplet: B0, 90 and 9F. RGB value is (176,144,159). Sum of RGB (Red+Green+Blue) = 176+144+159=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 144 (56.64% from 255 or 30.06% from 479); Blue value is 159 (62.5% from 255 or 33.19% from 479); Max value from RGB is 176 - color contains mainly: red. Hex color #B0909F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0909F is #4F6F60. Grayscale: #9B9B9B. Windows color (decimal): -5205857 or 10457264. OLE color: 10457264.

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

Color convert

RGB 176 144 159 -
CMYK 0 0.18 0.10 0.31
HSL 331.88º 0.17% 0.63% -
HSV(B) 331.88º 0.18% 0.69% -
XYZ 34.14 31.68 37.12 -
YUV 155.28 130.1 142.78 -
System Red Green Blue C M Y K H S L
Decimal 176 144 159 0 0.18 0.10 0.31 331.88 0.17 0.63
Hex B0 90 9F 0 12 A 1F 14C 11 3F
Octal 260 220 237 0 22 12 37 514 21 77
Binary 10110000 10010000 10011111 0 10010 1010 11111 101001100 10001 111111

Color Harmonies of #B0909F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0909F

Black with #B0909F

Text Example


Text Example

White with #B0909F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0909F; }

 p { color: rgb(176,144,159); }

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

background-color css

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

 a { background-color: rgb(176,144,159); }

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

border-color css

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

 span { border-color: rgb(176,144,159); }

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