Html Css Color HEX #B38155 Muddy Waters

📋 copy color: '#B38155'

red 179 ◦ green 129 ◦ blue 85

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

Shades of Muddy Waters #B38155

Tints of Muddy Waters #B38155

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.82%

 BLUE value IS 85 (33.59% from 255) = 21.63%

R = 45.55%
G = 32.82%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#B38155 (or 0xB38155) is known color: Muddy Waters. HEX triplet: B3, 81 and 55. RGB value is (179,129,85). Sum of RGB (Red+Green+Blue) = 179+129+85=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 179 - color contains mainly: red. Hex color #B38155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38155 is #4C7EAA. Grayscale: #8B8B8B. Windows color (decimal): -5013163 or 5603763. OLE color: 5603763.

HSL color Cylindrical-coordinate representation of color #B38155: hue angle of 28.09º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B38155 is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 129 85 -
CMYK 0 0.28 0.53 0.30
HSL 28.09º 0.38% 0.52% -
HSV(B) 28.09º 0.53% 0.7% -
XYZ 28.08 25.94 12.12 -
YUV 138.93 97.57 156.58 -
System Red Green Blue C M Y K H S L
Decimal 179 129 85 0 0.28 0.53 0.30 28.09 0.38 0.52
Hex B3 81 55 0 1C 35 1E 1C 26 34
Octal 263 201 125 0 34 65 36 34 46 64
Binary 10110011 10000001 1010101 0 11100 110101 11110 11100 100110 110100

Color Harmonies of #B38155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38155

Black with #B38155

Text Example


Text Example

White with #B38155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38155; }

 p { color: rgb(179,129,85); }

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

background-color css

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

 a { background-color: rgb(179,129,85); }

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

border-color css

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

 span { border-color: rgb(179,129,85); }

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