Html Css Color HEX #B29997 Dusty Grey

📋 copy color: '#B29997'

red 178 ◦ green 153 ◦ blue 151

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

Shades of Dusty Grey #B29997

Tints of Dusty Grey #B29997

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.74%

 BLUE value IS 151 (59.38% from 255) = 31.33%

R = 36.93%
G = 31.74%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B29997 (or 0xB29997) is known color: Dusty Grey. HEX triplet: B2, 99 and 97. RGB value is (178,153,151). Sum of RGB (Red+Green+Blue) = 178+153+151=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 151 (59.38% from 255 or 31.33% from 482); Max value from RGB is 178 - color contains mainly: red. Hex color #B29997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29997 is #4D6668. Grayscale: #A0A0A0. Windows color (decimal): -5072489 or 9935282. OLE color: 9935282.

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

Color convert

RGB 178 153 151 -
CMYK 0 0.14 0.15 0.30
HSL 4.44º 0.15% 0.65% -
HSV(B) 4.44º 0.15% 0.7% -
XYZ 35.34 34.48 34.07 -
YUV 160.25 122.78 140.66 -
System Red Green Blue C M Y K H S L
Decimal 178 153 151 0 0.14 0.15 0.30 4.44 0.15 0.65
Hex B2 99 97 0 E F 1E 4 F 41
Octal 262 231 227 0 16 17 36 4 17 101
Binary 10110010 10011001 10010111 0 1110 1111 11110 100 1111 1000001

Color Harmonies of #B29997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29997

Black with #B29997

Text Example


Text Example

White with #B29997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29997; }

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

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

background-color css

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

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

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

border-color css

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

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

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