Html Css Color HEX #B39C99 Dusty Grey

📋 copy color: '#B39C99'

red 179 ◦ green 156 ◦ blue 153

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

Shades of Dusty Grey #B39C99

Tints of Dusty Grey #B39C99

RGB

 RED value IS 179 (70.31% from 255) = 36.68%

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

 BLUE value IS 153 (60.16% from 255) = 31.35%

R = 36.68%
G = 31.97%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B39C99 (or 0xB39C99) is known color: Dusty Grey. HEX triplet: B3, 9C and 99. RGB value is (179,156,153). Sum of RGB (Red+Green+Blue) = 179+156+153=488 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.68% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 153 (60.16% from 255 or 31.35% from 488); Max value from RGB is 179 - color contains mainly: red. Hex color #B39C99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39C99 is #4C6366. Grayscale: #A2A2A2. Windows color (decimal): -5006183 or 10067123. OLE color: 10067123.

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

Color convert

RGB 179 156 153 -
CMYK 0 0.13 0.15 0.30
HSL 6.92º 0.15% 0.65% -
HSV(B) 6.92º 0.15% 0.7% -
XYZ 36.23 35.66 35.11 -
YUV 162.54 122.62 139.74 -
System Red Green Blue C M Y K H S L
Decimal 179 156 153 0 0.13 0.15 0.30 6.92 0.15 0.65
Hex B3 9C 99 0 D F 1E 7 F 41
Octal 263 234 231 0 15 17 36 7 17 101
Binary 10110011 10011100 10011001 0 1101 1111 11110 111 1111 1000001

Color Harmonies of #B39C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39C99

Black with #B39C99

Text Example


Text Example

White with #B39C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39C99; }

 p { color: rgb(179,156,153); }

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

background-color css

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

 a { background-color: rgb(179,156,153); }

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

border-color css

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

 span { border-color: rgb(179,156,153); }

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