Html Css Color HEX #B29C99 Dusty Grey

📋 copy color: '#B29C99'

red 178 ◦ green 156 ◦ blue 153

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

Shades of Dusty Grey #B29C99

Tints of Dusty Grey #B29C99

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.03%

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

R = 36.55%
G = 32.03%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B29C99 (or 0xB29C99) is known color: Dusty Grey. HEX triplet: B2, 9C and 99. RGB value is (178,156,153). Sum of RGB (Red+Green+Blue) = 178+156+153=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 156 (61.33% from 255 or 32.03% from 487); Blue value is 153 (60.16% from 255 or 31.42% from 487); Max value from RGB is 178 - color contains mainly: red. Hex color #B29C99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29C99 is #4D6366. Grayscale: #A2A2A2. Windows color (decimal): -5071719 or 10067122. OLE color: 10067122.

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

Color convert

RGB 178 156 153 -
CMYK 0 0.12 0.14 0.30
HSL 7.2º 0.14% 0.65% -
HSV(B) 7.2º 0.14% 0.7% -
XYZ 36 35.54 35.1 -
YUV 162.24 122.79 139.24 -
System Red Green Blue C M Y K H S L
Decimal 178 156 153 0 0.12 0.14 0.30 7.2 0.14 0.65
Hex B2 9C 99 0 C E 1E 7 E 41
Octal 262 234 231 0 14 16 36 7 16 101
Binary 10110010 10011100 10011001 0 1100 1110 11110 111 1110 1000001

Color Harmonies of #B29C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29C99

Black with #B29C99

Text Example


Text Example

White with #B29C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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