Html Css Color HEX #B29898 Dusty Grey

📋 copy color: '#B29898'

red 178 ◦ green 152 ◦ blue 152

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

Shades of Dusty Grey #B29898

Tints of Dusty Grey #B29898

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.54%

 BLUE value IS 152 (59.77% from 255) = 31.54%

R = 36.93%
G = 31.54%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B29898 (or 0xB29898) is known color: Dusty Grey. HEX triplet: B2, 98 and 98. RGB value is (178,152,152). Sum of RGB (Red+Green+Blue) = 178+152+152=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 152 (59.77% from 255 or 31.54% from 482); Max value from RGB is 178 - color contains mainly: red. Hex color #B29898 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29898 is #4D6767. Grayscale: #9F9F9F. Windows color (decimal): -5072744 or 10000562. OLE color: 10000562.

HSL color Cylindrical-coordinate representation of color #B29898: 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.15%. Process color model (Four color, CMYK) of #B29898 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 152 152 -
CMYK 0 0.15 0.15 0.30
HSL 0.14% 0.65% -
HSV(B) 0.15% 0.7% -
XYZ 35.26 34.19 34.45 -
YUV 159.77 123.61 141 -
System Red Green Blue C M Y K H S L
Decimal 178 152 152 0 0.15 0.15 0.30 0 0.14 0.65
Hex B2 98 98 0 F F 1E 0 E 41
Octal 262 230 230 0 17 17 36 0 16 101
Binary 10110010 10011000 10011000 0 1111 1111 11110 0 1110 1000001

Color Harmonies of #B29898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29898

Black with #B29898

Text Example


Text Example

White with #B29898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29898; }

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

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

background-color css

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

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

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

border-color css

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

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

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