Html Css Color HEX #B38256 Muddy Waters

📋 copy color: '#B38256'

red 179 ◦ green 130 ◦ blue 86

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

Shades of Muddy Waters #B38256

Tints of Muddy Waters #B38256

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.91%

 BLUE value IS 86 (33.98% from 255) = 21.77%

R = 45.32%
G = 32.91%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B38256 (or 0xB38256) is known color: Muddy Waters. HEX triplet: B3, 82 and 56. RGB value is (179,130,86). Sum of RGB (Red+Green+Blue) = 179+130+86=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 86 (33.98% from 255 or 21.77% from 395); Max value from RGB is 179 - color contains mainly: red. Hex color #B38256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38256 is #4C7DA9. Grayscale: #8B8B8B. Windows color (decimal): -5012906 or 5669555. OLE color: 5669555.

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

Color convert

RGB 179 130 86 -
CMYK 0 0.27 0.52 0.30
HSL 28.39º 0.38% 0.52% -
HSV(B) 28.39º 0.52% 0.7% -
XYZ 28.25 26.22 12.38 -
YUV 139.64 97.73 156.08 -
System Red Green Blue C M Y K H S L
Decimal 179 130 86 0 0.27 0.52 0.30 28.39 0.38 0.52
Hex B3 82 56 0 1B 34 1E 1C 26 34
Octal 263 202 126 0 33 64 36 34 46 64
Binary 10110011 10000010 1010110 0 11011 110100 11110 11100 100110 110100

Color Harmonies of #B38256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38256

Black with #B38256

Text Example


Text Example

White with #B38256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38256; }

 p { color: rgb(179,130,86); }

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

background-color css

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

 a { background-color: rgb(179,130,86); }

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

border-color css

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

 span { border-color: rgb(179,130,86); }

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