Html Css Color HEX #B38551 Muddy Waters

📋 copy color: '#B38551'

red 179 ◦ green 133 ◦ blue 81

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

Shades of Muddy Waters #B38551

Tints of Muddy Waters #B38551

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.84%

 BLUE value IS 81 (32.03% from 255) = 20.61%

R = 45.55%
G = 33.84%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#B38551 (or 0xB38551) is known color: Muddy Waters. HEX triplet: B3, 85 and 51. RGB value is (179,133,81). Sum of RGB (Red+Green+Blue) = 179+133+81=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 81 (32.03% from 255 or 20.61% from 393); Max value from RGB is 179 - color contains mainly: red. Hex color #B38551 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38551 is #4C7AAE. Grayscale: #8D8D8D. Windows color (decimal): -5012143 or 5342643. OLE color: 5342643.

HSL color Cylindrical-coordinate representation of color #B38551: hue angle of 31.84º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B38551 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 133 81 -
CMYK 0 0.26 0.55 0.30
HSL 31.84º 0.39% 0.51% -
HSV(B) 31.84º 0.55% 0.7% -
XYZ 28.46 26.95 11.49 -
YUV 140.83 94.24 155.23 -
System Red Green Blue C M Y K H S L
Decimal 179 133 81 0 0.26 0.55 0.30 31.84 0.39 0.51
Hex B3 85 51 0 1A 37 1E 20 27 33
Octal 263 205 121 0 32 67 36 40 47 63
Binary 10110011 10000101 1010001 0 11010 110111 11110 100000 100111 110011

Color Harmonies of #B38551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38551

Black with #B38551

Text Example


Text Example

White with #B38551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38551; }

 p { color: rgb(179,133,81); }

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

background-color css

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

 a { background-color: rgb(179,133,81); }

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

border-color css

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

 span { border-color: rgb(179,133,81); }

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