Html Css Color HEX #B38550 Muddy Waters

📋 copy color: '#B38550'

red 179 ◦ green 133 ◦ blue 80

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

Shades of Muddy Waters #B38550

Tints of Muddy Waters #B38550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.41%

R = 45.66%
G = 33.93%
B = 20.41%

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

#B38550 (or 0xB38550) is known color: Muddy Waters. HEX triplet: B3, 85 and 50. RGB value is (179,133,80). Sum of RGB (Red+Green+Blue) = 179+133+80=392 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.66% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 179 - color contains mainly: red. Hex color #B38550 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38550 is #4C7AAF. Grayscale: #8C8C8C. Windows color (decimal): -5012144 or 5277107. OLE color: 5277107.

HSL color Cylindrical-coordinate representation of color #B38550: hue angle of 32.12º 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 #B38550 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 133 80 -
CMYK 0 0.26 0.55 0.30
HSL 32.12º 0.39% 0.51% -
HSV(B) 32.12º 0.55% 0.7% -
XYZ 28.43 26.94 11.29 -
YUV 140.71 93.74 155.31 -
System Red Green Blue C M Y K H S L
Decimal 179 133 80 0 0.26 0.55 0.30 32.12 0.39 0.51
Hex B3 85 50 0 1A 37 1E 20 27 33
Octal 263 205 120 0 32 67 36 40 47 63
Binary 10110011 10000101 1010000 0 11010 110111 11110 100000 100111 110011

Color Harmonies of #B38550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38550

Black with #B38550

Text Example


Text Example

White with #B38550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38550; }

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

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

background-color css

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

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

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

border-color css

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

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

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