Html Css Color HEX #B29D9B Dusty Grey

📋 copy color: '#B29D9B'

red 178 ◦ green 157 ◦ blue 155

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

Shades of Dusty Grey #B29D9B

Tints of Dusty Grey #B29D9B

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.04%

 BLUE value IS 155 (60.94% from 255) = 31.63%

R = 36.33%
G = 32.04%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B29D9B (or 0xB29D9B) is known color: Dusty Grey. HEX triplet: B2, 9D and 9B. RGB value is (178,157,155). Sum of RGB (Red+Green+Blue) = 178+157+155=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29D9B is #4D6264. Grayscale: #A3A3A3. Windows color (decimal): -5071461 or 10198450. OLE color: 10198450.

HSL color Cylindrical-coordinate representation of color #B29D9B: hue angle of 5.22º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B29D9B is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 157 155 -
CMYK 0 0.12 0.13 0.30
HSL 5.22º 0.13% 0.65% -
HSV(B) 5.22º 0.13% 0.7% -
XYZ 36.33 35.95 36.03 -
YUV 163.05 123.46 138.66 -
System Red Green Blue C M Y K H S L
Decimal 178 157 155 0 0.12 0.13 0.30 5.22 0.13 0.65
Hex B2 9D 9B 0 C D 1E 5 D 41
Octal 262 235 233 0 14 15 36 5 15 101
Binary 10110010 10011101 10011011 0 1100 1101 11110 101 1101 1000001

Color Harmonies of #B29D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29D9B

Black with #B29D9B

Text Example


Text Example

White with #B29D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29D9B; }

 p { color: rgb(178,157,155); }

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

background-color css

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

 a { background-color: rgb(178,157,155); }

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

border-color css

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

 span { border-color: rgb(178,157,155); }

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