Html Css Color HEX #B29E9B Dusty Grey

📋 copy color: '#B29E9B'

red 178 ◦ green 158 ◦ blue 155

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

Shades of Dusty Grey #B29E9B

Tints of Dusty Grey #B29E9B

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.18%

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

R = 36.25%
G = 32.18%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B29E9B (or 0xB29E9B) is known color: Dusty Grey. HEX triplet: B2, 9E and 9B. RGB value is (178,158,155). Sum of RGB (Red+Green+Blue) = 178+158+155=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 158 (62.11% from 255 or 32.18% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 178 - color contains mainly: red. Hex color #B29E9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29E9B is #4D6164. Grayscale: #A3A3A3. Windows color (decimal): -5071205 or 10198706. OLE color: 10198706.

HSL color Cylindrical-coordinate representation of color #B29E9B: hue angle of 7.83º 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 #B29E9B is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 158 155 -
CMYK 0 0.11 0.13 0.30
HSL 7.83º 0.13% 0.65% -
HSV(B) 7.83º 0.13% 0.7% -
XYZ 36.5 36.29 36.09 -
YUV 163.64 123.13 138.24 -
System Red Green Blue C M Y K H S L
Decimal 178 158 155 0 0.11 0.13 0.30 7.83 0.13 0.65
Hex B2 9E 9B 0 B D 1E 8 D 41
Octal 262 236 233 0 13 15 36 10 15 101
Binary 10110010 10011110 10011011 0 1011 1101 11110 1000 1101 1000001

Color Harmonies of #B29E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29E9B

Black with #B29E9B

Text Example


Text Example

White with #B29E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29E9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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