Html Css Color HEX #B5884A Muddy Waters

📋 copy color: '#B5884A'

red 181 ◦ green 136 ◦ blue 74

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

Shades of Muddy Waters #B5884A

Tints of Muddy Waters #B5884A

RGB

 RED value IS 181 (71.09% from 255) = 46.29%

 GREEN value IS 136 (53.52% from 255) = 34.78%

 BLUE value IS 74 (29.3% from 255) = 18.93%

R = 46.29%
G = 34.78%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B5884A (or 0xB5884A) is known color: Muddy Waters. HEX triplet: B5, 88 and 4A. RGB value is (181,136,74). Sum of RGB (Red+Green+Blue) = 181+136+74=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 74 (29.30% from 255 or 18.93% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B5884A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5884A is #4A77B5. Grayscale: #8E8E8E. Windows color (decimal): -4880310 or 4884661. OLE color: 4884661.

HSL color Cylindrical-coordinate representation of color #B5884A: hue angle of 34.77º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B5884A is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 136 74 -
CMYK 0 0.25 0.59 0.29
HSL 34.77º 0.42% 0.5% -
HSV(B) 34.77º 0.59% 0.71% -
XYZ 29.1 27.93 10.34 -
YUV 142.39 89.41 155.54 -
System Red Green Blue C M Y K H S L
Decimal 181 136 74 0 0.25 0.59 0.29 34.77 0.42 0.5
Hex B5 88 4A 0 19 3B 1D 23 2A 32
Octal 265 210 112 0 31 73 35 43 52 62
Binary 10110101 10001000 1001010 0 11001 111011 11101 100011 101010 110010

Color Harmonies of #B5884A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5884A

Black with #B5884A

Text Example


Text Example

White with #B5884A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5884A; }

 p { color: rgb(181,136,74); }

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

background-color css

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

 a { background-color: rgb(181,136,74); }

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

border-color css

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

 span { border-color: rgb(181,136,74); }

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