Html Css Color HEX #B28155 Muddy Waters

📋 copy color: '#B28155'

red 178 ◦ green 129 ◦ blue 85

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

Shades of Muddy Waters #B28155

Tints of Muddy Waters #B28155

RGB

 RED value IS 178 (69.92% from 255) = 45.41%

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

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

R = 45.41%
G = 32.91%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B28155 (or 0xB28155) is known color: Muddy Waters. HEX triplet: B2, 81 and 55. RGB value is (178,129,85). Sum of RGB (Red+Green+Blue) = 178+129+85=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 85 (33.59% from 255 or 21.68% from 392); Max value from RGB is 178 - color contains mainly: red. Hex color #B28155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28155 is #4D7EAA. Grayscale: #8A8A8A. Windows color (decimal): -5078699 or 5603762. OLE color: 5603762.

HSL color Cylindrical-coordinate representation of color #B28155: 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 #B28155 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 129 85 -
CMYK 0 0.28 0.52 0.30
HSL 28.39º 0.38% 0.52% -
HSV(B) 28.39º 0.52% 0.7% -
XYZ 27.85 25.82 12.11 -
YUV 138.64 97.73 156.08 -
System Red Green Blue C M Y K H S L
Decimal 178 129 85 0 0.28 0.52 0.30 28.39 0.38 0.52
Hex B2 81 55 0 1C 34 1E 1C 26 34
Octal 262 201 125 0 34 64 36 34 46 64
Binary 10110010 10000001 1010101 0 11100 110100 11110 11100 100110 110100

Color Harmonies of #B28155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28155

Black with #B28155

Text Example


Text Example

White with #B28155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28155; }

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

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

background-color css

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

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

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

border-color css

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

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

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