Html Css Color HEX #B09C9A Dusty Grey

📋 copy color: '#B09C9A'

red 176 ◦ green 156 ◦ blue 154

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

Shades of Dusty Grey #B09C9A

Tints of Dusty Grey #B09C9A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.1%

 BLUE value IS 154 (60.55% from 255) = 31.69%

R = 36.21%
G = 32.1%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B09C9A (or 0xB09C9A) is known color: Dusty Grey. HEX triplet: B0, 9C and 9A. RGB value is (176,156,154). Sum of RGB (Red+Green+Blue) = 176+156+154=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 156 (61.33% from 255 or 32.10% from 486); Blue value is 154 (60.55% from 255 or 31.69% from 486); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09C9A is #4F6365. Grayscale: #A1A1A1. Windows color (decimal): -5202790 or 10132656. OLE color: 10132656.

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

Color convert

RGB 176 156 154 -
CMYK 0 0.11 0.12 0.31
HSL 5.45º 0.12% 0.65% -
HSV(B) 5.45º 0.13% 0.69% -
XYZ 35.63 35.34 35.52 -
YUV 161.75 123.63 138.16 -
System Red Green Blue C M Y K H S L
Decimal 176 156 154 0 0.11 0.12 0.31 5.45 0.12 0.65
Hex B0 9C 9A 0 B C 1F 5 C 41
Octal 260 234 232 0 13 14 37 5 14 101
Binary 10110000 10011100 10011010 0 1011 1100 11111 101 1100 1000001

Color Harmonies of #B09C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09C9A

Black with #B09C9A

Text Example


Text Example

White with #B09C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09C9A; }

 p { color: rgb(176,156,154); }

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

background-color css

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

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

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

border-color css

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

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

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