Html Css Color HEX #B08E9C Shady Lady

📋 copy color: '#B08E9C'

red 176 ◦ green 142 ◦ blue 156

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

Shades of Shady Lady #B08E9C

Tints of Shady Lady #B08E9C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.96%

 BLUE value IS 156 (61.33% from 255) = 32.91%

R = 37.13%
G = 29.96%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B08E9C (or 0xB08E9C) is known color: Shady Lady. HEX triplet: B0, 8E and 9C. RGB value is (176,142,156). Sum of RGB (Red+Green+Blue) = 176+142+156=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 142 (55.86% from 255 or 29.96% from 474); Blue value is 156 (61.33% from 255 or 32.91% from 474); Max value from RGB is 176 - color contains mainly: red. Hex color #B08E9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08E9C is #4F7163. Grayscale: #999999. Windows color (decimal): -5206372 or 10260144. OLE color: 10260144.

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

Color convert

RGB 176 142 156 -
CMYK 0 0.19 0.11 0.31
HSL 335.29º 0.18% 0.62% -
HSV(B) 335.29º 0.19% 0.69% -
XYZ 33.58 30.98 35.66 -
YUV 153.76 129.26 143.86 -
System Red Green Blue C M Y K H S L
Decimal 176 142 156 0 0.19 0.11 0.31 335.29 0.18 0.62
Hex B0 8E 9C 0 13 B 1F 14F 12 3E
Octal 260 216 234 0 23 13 37 517 22 76
Binary 10110000 10001110 10011100 0 10011 1011 11111 101001111 10010 111110

Color Harmonies of #B08E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08E9C

Black with #B08E9C

Text Example


Text Example

White with #B08E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08E9C; }

 p { color: rgb(176,142,156); }

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

background-color css

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

 a { background-color: rgb(176,142,156); }

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

border-color css

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

 span { border-color: rgb(176,142,156); }

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