Html Css Color HEX #B09696 Dusty Grey

📋 copy color: '#B09696'

red 176 ◦ green 150 ◦ blue 150

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

Shades of Dusty Grey #B09696

Tints of Dusty Grey #B09696

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.51%

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

R = 36.97%
G = 31.51%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B09696 (or 0xB09696) is known color: Dusty Grey. HEX triplet: B0, 96 and 96. RGB value is (176,150,150). Sum of RGB (Red+Green+Blue) = 176+150+150=476 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.97% from 476); Green value is 150 (58.98% from 255 or 31.51% from 476); Blue value is 150 (58.98% from 255 or 31.51% from 476); Max value from RGB is 176 - color contains mainly: red. Hex color #B09696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09696 is #4F6969. Grayscale: #9D9D9D. Windows color (decimal): -5204330 or 9868976. OLE color: 9868976.

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

Color convert

RGB 176 150 150 -
CMYK 0 0.15 0.15 0.31
HSL 0.14% 0.64% -
HSV(B) 0.15% 0.69% -
XYZ 34.32 33.24 33.46 -
YUV 157.77 123.61 141 -
System Red Green Blue C M Y K H S L
Decimal 176 150 150 0 0.15 0.15 0.31 0 0.14 0.64
Hex B0 96 96 0 F F 1F 0 E 40
Octal 260 226 226 0 17 17 37 0 16 100
Binary 10110000 10010110 10010110 0 1111 1111 11111 0 1110 1000000

Color Harmonies of #B09696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09696

Black with #B09696

Text Example


Text Example

White with #B09696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09696; }

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

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

background-color css

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

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

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

border-color css

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

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

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