Html Css Color HEX #B88155 Muddy Waters

📋 copy color: '#B88155'

red 184 ◦ green 129 ◦ blue 85

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

Shades of Muddy Waters #B88155

Tints of Muddy Waters #B88155

RGB

 RED value IS 184 (72.27% from 255) = 46.23%

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

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

R = 46.23%
G = 32.41%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B88155 (or 0xB88155) is known color: Muddy Waters. HEX triplet: B8, 81 and 55. RGB value is (184,129,85). Sum of RGB (Red+Green+Blue) = 184+129+85=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 85 (33.59% from 255 or 21.36% from 398); Max value from RGB is 184 - color contains mainly: red. Hex color #B88155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88155 is #477EAA. Grayscale: #8C8C8C. Windows color (decimal): -4685483 or 5603768. OLE color: 5603768.

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

Color convert

RGB 184 129 85 -
CMYK 0 0.30 0.54 0.28
HSL 26.67º 0.41% 0.53% -
HSV(B) 26.67º 0.54% 0.72% -
XYZ 29.26 26.55 12.18 -
YUV 140.43 96.72 159.08 -
System Red Green Blue C M Y K H S L
Decimal 184 129 85 0 0.30 0.54 0.28 26.67 0.41 0.53
Hex B8 81 55 0 1E 36 1C 1B 29 35
Octal 270 201 125 0 36 66 34 33 51 65
Binary 10111000 10000001 1010101 0 11110 110110 11100 11011 101001 110101

Color Harmonies of #B88155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88155

Black with #B88155

Text Example


Text Example

White with #B88155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88155; }

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

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

background-color css

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

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

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

border-color css

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

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

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