Html Css Color HEX #B09E9E Dusty Grey

📋 copy color: '#B09E9E'

red 176 ◦ green 158 ◦ blue 158

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

Shades of Dusty Grey #B09E9E

Tints of Dusty Grey #B09E9E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.11%

 BLUE value IS 158 (62.11% from 255) = 32.11%

R = 35.77%
G = 32.11%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B09E9E (or 0xB09E9E) is known color: Dusty Grey. HEX triplet: B0, 9E and 9E. RGB value is (176,158,158). Sum of RGB (Red+Green+Blue) = 176+158+158=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 158 (62.11% from 255 or 32.11% from 492); Blue value is 158 (62.11% from 255 or 32.11% from 492); Max value from RGB is 176 - color contains mainly: red. Hex color #B09E9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09E9E is #4F6161. Grayscale: #A3A3A3. Windows color (decimal): -5202274 or 10395312. OLE color: 10395312.

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

Color convert

RGB 176 158 158 -
CMYK 0 0.10 0.10 0.31
HSL 0.1% 0.65% -
HSV(B) 0.1% 0.69% -
XYZ 36.3 36.15 37.41 -
YUV 163.38 124.96 137 -
System Red Green Blue C M Y K H S L
Decimal 176 158 158 0 0.10 0.10 0.31 0 0.1 0.65
Hex B0 9E 9E 0 A A 1F 0 A 41
Octal 260 236 236 0 12 12 37 0 12 101
Binary 10110000 10011110 10011110 0 1010 1010 11111 0 1010 1000001

Color Harmonies of #B09E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09E9E

Black with #B09E9E

Text Example


Text Example

White with #B09E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09E9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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