Html Css Color HEX #B29B99 Dusty Grey

📋 copy color: '#B29B99'

red 178 ◦ green 155 ◦ blue 153

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

Shades of Dusty Grey #B29B99

Tints of Dusty Grey #B29B99

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.89%

 BLUE value IS 153 (60.16% from 255) = 31.48%

R = 36.63%
G = 31.89%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B29B99 (or 0xB29B99) is known color: Dusty Grey. HEX triplet: B2, 9B and 99. RGB value is (178,155,153). Sum of RGB (Red+Green+Blue) = 178+155+153=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 178 - color contains mainly: red. Hex color #B29B99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29B99 is #4D6466. Grayscale: #A1A1A1. Windows color (decimal): -5071975 or 10066866. OLE color: 10066866.

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

Color convert

RGB 178 155 153 -
CMYK 0 0.13 0.14 0.30
HSL 4.8º 0.14% 0.65% -
HSV(B) 4.8º 0.14% 0.7% -
XYZ 35.83 35.21 35.04 -
YUV 161.65 123.12 139.66 -
System Red Green Blue C M Y K H S L
Decimal 178 155 153 0 0.13 0.14 0.30 4.8 0.14 0.65
Hex B2 9B 99 0 D E 1E 5 E 41
Octal 262 233 231 0 15 16 36 5 16 101
Binary 10110010 10011011 10011001 0 1101 1110 11110 101 1110 1000001

Color Harmonies of #B29B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29B99

Black with #B29B99

Text Example


Text Example

White with #B29B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29B99; }

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

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

background-color css

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

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

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

border-color css

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

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

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