Html Css Color HEX #B17B4B Muddy Waters

📋 copy color: '#B17B4B'

red 177 ◦ green 123 ◦ blue 75

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

Shades of Muddy Waters #B17B4B

Tints of Muddy Waters #B17B4B

RGB

 RED value IS 177 (69.53% from 255) = 47.2%

 GREEN value IS 123 (48.44% from 255) = 32.8%

 BLUE value IS 75 (29.69% from 255) = 20%

R = 47.2%
G = 32.8%
B = 20%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B17B4B (or 0xB17B4B) is known color: Muddy Waters. HEX triplet: B1, 7B and 4B. RGB value is (177,123,75). Sum of RGB (Red+Green+Blue) = 177+123+75=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B17B4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17B4B is #4E84B4. Grayscale: #858585. Windows color (decimal): -5145781 or 4946865. OLE color: 4946865.

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

Color convert

RGB 177 123 75 -
CMYK 0 0.31 0.58 0.31
HSL 28.24º 0.4% 0.49% -
HSV(B) 28.24º 0.58% 0.69% -
XYZ 26.48 24.02 9.9 -
YUV 133.67 94.89 158.9 -
System Red Green Blue C M Y K H S L
Decimal 177 123 75 0 0.31 0.58 0.31 28.24 0.4 0.49
Hex B1 7B 4B 0 1F 3A 1F 1C 28 31
Octal 261 173 113 0 37 72 37 34 50 61
Binary 10110001 1111011 1001011 0 11111 111010 11111 11100 101000 110001

Color Harmonies of #B17B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17B4B

Black with #B17B4B

Text Example


Text Example

White with #B17B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17B4B; }

 p { color: rgb(177,123,75); }

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

background-color css

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

 a { background-color: rgb(177,123,75); }

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

border-color css

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

 span { border-color: rgb(177,123,75); }

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