Html Css Color HEX #B092A0 Shady Lady

📋 copy color: '#B092A0'

red 176 ◦ green 146 ◦ blue 160

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

Shades of Shady Lady #B092A0

Tints of Shady Lady #B092A0

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.29%

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

R = 36.51%
G = 30.29%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#B092A0 (or 0xB092A0) is known color: Shady Lady. HEX triplet: B0, 92 and A0. RGB value is (176,146,160). Sum of RGB (Red+Green+Blue) = 176+146+160=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 176 - color contains mainly: red. Hex color #B092A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B092A0 is #4F6D5F. Grayscale: #9C9C9C. Windows color (decimal): -5205344 or 10523312. OLE color: 10523312.

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

Color convert

RGB 176 146 160 -
CMYK 0 0.17 0.09 0.31
HSL 332º 0.16% 0.63% -
HSV(B) 332º 0.17% 0.69% -
XYZ 34.53 32.33 37.68 -
YUV 156.57 129.94 141.86 -
System Red Green Blue C M Y K H S L
Decimal 176 146 160 0 0.17 0.09 0.31 332 0.16 0.63
Hex B0 92 A0 0 11 9 1F 14C 10 3F
Octal 260 222 240 0 21 11 37 514 20 77
Binary 10110000 10010010 10100000 0 10001 1001 11111 101001100 10000 111111

Color Harmonies of #B092A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B092A0

Black with #B092A0

Text Example


Text Example

White with #B092A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B092A0; }

 p { color: rgb(176,146,160); }

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

background-color css

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

 a { background-color: rgb(176,146,160); }

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

border-color css

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

 span { border-color: rgb(176,146,160); }

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