Html Css Color HEX #B29999 Dusty Grey

📋 copy color: '#B29999'

red 178 ◦ green 153 ◦ blue 153

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

Shades of Dusty Grey #B29999

Tints of Dusty Grey #B29999

RGB

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

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

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

R = 36.78%
G = 31.61%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B29999 (or 0xB29999) is known color: Dusty Grey. HEX triplet: B2, 99 and 99. RGB value is (178,153,153). Sum of RGB (Red+Green+Blue) = 178+153+153=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 153 (60.16% from 255 or 31.61% from 484); Max value from RGB is 178 - color contains mainly: red. Hex color #B29999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29999 is #4D6666. Grayscale: #A0A0A0. Windows color (decimal): -5072487 or 10066354. OLE color: 10066354.

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

Color convert

RGB 178 153 153 -
CMYK 0 0.14 0.14 0.30
HSL 0.14% 0.65% -
HSV(B) 0.14% 0.7% -
XYZ 35.5 34.55 34.93 -
YUV 160.48 123.78 140.5 -
System Red Green Blue C M Y K H S L
Decimal 178 153 153 0 0.14 0.14 0.30 0 0.14 0.65
Hex B2 99 99 0 E E 1E 0 E 41
Octal 262 231 231 0 16 16 36 0 16 101
Binary 10110010 10011001 10011001 0 1110 1110 11110 0 1110 1000001

Color Harmonies of #B29999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29999

Black with #B29999

Text Example


Text Example

White with #B29999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29999; }

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

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

background-color css

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

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

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

border-color css

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

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

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