Html Css Color HEX #B29896 Dusty Grey

📋 copy color: '#B29896'

red 178 ◦ green 152 ◦ blue 150

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

Shades of Dusty Grey #B29896

Tints of Dusty Grey #B29896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.25%

R = 37.08%
G = 31.67%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B29896 (or 0xB29896) is known color: Dusty Grey. HEX triplet: B2, 98 and 96. RGB value is (178,152,150). Sum of RGB (Red+Green+Blue) = 178+152+150=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 152 (59.77% from 255 or 31.67% from 480); Blue value is 150 (58.98% from 255 or 31.25% from 480); Max value from RGB is 178 - color contains mainly: red. Hex color #B29896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29896 is #4D6769. Grayscale: #9F9F9F. Windows color (decimal): -5072746 or 9869490. OLE color: 9869490.

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

Color convert

RGB 178 152 150 -
CMYK 0 0.15 0.16 0.30
HSL 4.29º 0.15% 0.64% -
HSV(B) 4.29º 0.16% 0.7% -
XYZ 35.09 34.12 33.59 -
YUV 159.55 122.61 141.16 -
System Red Green Blue C M Y K H S L
Decimal 178 152 150 0 0.15 0.16 0.30 4.29 0.15 0.64
Hex B2 98 96 0 F 10 1E 4 F 40
Octal 262 230 226 0 17 20 36 4 17 100
Binary 10110010 10011000 10010110 0 1111 10000 11110 100 1111 1000000

Color Harmonies of #B29896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29896

Black with #B29896

Text Example


Text Example

White with #B29896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29896; }

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

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

background-color css

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

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

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

border-color css

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

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

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