Html Css Color HEX #B09796 Dusty Grey

📋 copy color: '#B09796'

red 176 ◦ green 151 ◦ blue 150

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

Shades of Dusty Grey #B09796

Tints of Dusty Grey #B09796

RGB

 RED value IS 176 (69.14% from 255) = 36.9%

 GREEN value IS 151 (59.38% from 255) = 31.66%

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

R = 36.9%
G = 31.66%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B09796 (or 0xB09796) is known color: Dusty Grey. HEX triplet: B0, 97 and 96. RGB value is (176,151,150). Sum of RGB (Red+Green+Blue) = 176+151+150=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 151 (59.38% from 255 or 31.66% from 477); Blue value is 150 (58.98% from 255 or 31.45% from 477); Max value from RGB is 176 - color contains mainly: red. Hex color #B09796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09796 is #4F6869. Grayscale: #9E9E9E. Windows color (decimal): -5204074 or 9869232. OLE color: 9869232.

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

Color convert

RGB 176 151 150 -
CMYK 0 0.14 0.15 0.31
HSL 2.31º 0.14% 0.64% -
HSV(B) 2.31º 0.15% 0.69% -
XYZ 34.48 33.57 33.52 -
YUV 158.36 123.28 140.58 -
System Red Green Blue C M Y K H S L
Decimal 176 151 150 0 0.14 0.15 0.31 2.31 0.14 0.64
Hex B0 97 96 0 E F 1F 2 E 40
Octal 260 227 226 0 16 17 37 2 16 100
Binary 10110000 10010111 10010110 0 1110 1111 11111 10 1110 1000000

Color Harmonies of #B09796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09796

Black with #B09796

Text Example


Text Example

White with #B09796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09796; }

 p { color: rgb(176,151,150); }

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

background-color css

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

 a { background-color: rgb(176,151,150); }

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

border-color css

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

 span { border-color: rgb(176,151,150); }

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