Html Css Color HEX #B0969F Shady Lady

📋 copy color: '#B0969F'

red 176 ◦ green 150 ◦ blue 159

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

Shades of Shady Lady #B0969F

Tints of Shady Lady #B0969F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.93%

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

R = 36.29%
G = 30.93%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B0969F (or 0xB0969F) is known color: Shady Lady. HEX triplet: B0, 96 and 9F. RGB value is (176,150,159). Sum of RGB (Red+Green+Blue) = 176+150+159=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 159 (62.5% from 255 or 32.78% from 485); Max value from RGB is 176 - color contains mainly: red. Hex color #B0969F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0969F is #4F6960. Grayscale: #9E9E9E. Windows color (decimal): -5204321 or 10458800. OLE color: 10458800.

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

Color convert

RGB 176 150 159 -
CMYK 0 0.15 0.10 0.31
HSL 339.23º 0.14% 0.64% -
HSV(B) 339.23º 0.15% 0.69% -
XYZ 35.07 33.55 37.43 -
YUV 158.8 128.11 140.27 -
System Red Green Blue C M Y K H S L
Decimal 176 150 159 0 0.15 0.10 0.31 339.23 0.14 0.64
Hex B0 96 9F 0 F A 1F 153 E 40
Octal 260 226 237 0 17 12 37 523 16 100
Binary 10110000 10010110 10011111 0 1111 1010 11111 101010011 1110 1000000

Color Harmonies of #B0969F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0969F

Black with #B0969F

Text Example


Text Example

White with #B0969F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0969F; }

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

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

background-color css

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

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

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

border-color css

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

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

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