Html Css Color HEX #B09D9D Dusty Grey

📋 copy color: '#B09D9D'

red 176 ◦ green 157 ◦ blue 157

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

Shades of Dusty Grey #B09D9D

Tints of Dusty Grey #B09D9D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.04%

 BLUE value IS 157 (61.72% from 255) = 32.04%

R = 35.92%
G = 32.04%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B09D9D (or 0xB09D9D) is known color: Dusty Grey. HEX triplet: B0, 9D and 9D. RGB value is (176,157,157). Sum of RGB (Red+Green+Blue) = 176+157+157=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 157 (61.72% from 255 or 32.04% from 490); Max value from RGB is 176 - color contains mainly: red. Hex color #B09D9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09D9D is #4F6262. Grayscale: #A2A2A2. Windows color (decimal): -5202531 or 10329520. OLE color: 10329520.

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

Color convert

RGB 176 157 157 -
CMYK 0 0.11 0.11 0.31
HSL 0.11% 0.65% -
HSV(B) 0.11% 0.69% -
XYZ 36.05 35.78 36.9 -
YUV 162.68 124.79 137.5 -
System Red Green Blue C M Y K H S L
Decimal 176 157 157 0 0.11 0.11 0.31 0 0.11 0.65
Hex B0 9D 9D 0 B B 1F 0 B 41
Octal 260 235 235 0 13 13 37 0 13 101
Binary 10110000 10011101 10011101 0 1011 1011 11111 0 1011 1000001

Color Harmonies of #B09D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09D9D

Black with #B09D9D

Text Example


Text Example

White with #B09D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09D9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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