Html Css Color HEX #BF9D9C Dusty Grey

📋 copy color: '#BF9D9C'

red 191 ◦ green 157 ◦ blue 156

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

Shades of Dusty Grey #BF9D9C

Tints of Dusty Grey #BF9D9C

RGB

 RED value IS 191 (75% from 255) = 37.9%

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

 BLUE value IS 156 (61.33% from 255) = 30.95%

R = 37.9%
G = 31.15%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BF9D9C (or 0xBF9D9C) is known color: Dusty Grey. HEX triplet: BF, 9D and 9C. RGB value is (191,157,156). Sum of RGB (Red+Green+Blue) = 191+157+156=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9D9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9D9C is #406263. Grayscale: #A7A7A7. Windows color (decimal): -4219492 or 10263999. OLE color: 10263999.

HSL color Cylindrical-coordinate representation of color #BF9D9C: hue angle of 1.71º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BF9D9C is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 157 156 -
CMYK 0 0.18 0.18 0.25
HSL 1.71º 0.21% 0.68% -
HSV(B) 1.71º 0.18% 0.75% -
XYZ 39.54 37.59 36.62 -
YUV 167.05 121.76 145.08 -
System Red Green Blue C M Y K H S L
Decimal 191 157 156 0 0.18 0.18 0.25 1.71 0.21 0.68
Hex BF 9D 9C 0 12 12 19 2 15 44
Octal 277 235 234 0 22 22 31 2 25 104
Binary 10111111 10011101 10011100 0 10010 10010 11001 10 10101 1000100

Color Harmonies of #BF9D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9D9C

Black with #BF9D9C

Text Example


Text Example

White with #BF9D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9D9C; }

 p { color: rgb(191,157,156); }

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

background-color css

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

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

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

border-color css

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

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

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