Html Css Color HEX #B08155 Muddy Waters

📋 copy color: '#B08155'

red 176 ◦ green 129 ◦ blue 85

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

Shades of Muddy Waters #B08155

Tints of Muddy Waters #B08155

RGB

 RED value IS 176 (69.14% from 255) = 45.13%

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

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

R = 45.13%
G = 33.08%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B08155 (or 0xB08155) is known color: Muddy Waters. HEX triplet: B0, 81 and 55. RGB value is (176,129,85). Sum of RGB (Red+Green+Blue) = 176+129+85=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B08155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08155 is #4F7EAA. Grayscale: #8A8A8A. Windows color (decimal): -5209771 or 5603760. OLE color: 5603760.

HSL color Cylindrical-coordinate representation of color #B08155: hue angle of 29.01º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B08155 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 129 85 -
CMYK 0 0.27 0.52 0.31
HSL 29.01º 0.37% 0.51% -
HSV(B) 29.01º 0.52% 0.69% -
XYZ 27.39 25.59 12.09 -
YUV 138.04 98.07 155.08 -
System Red Green Blue C M Y K H S L
Decimal 176 129 85 0 0.27 0.52 0.31 29.01 0.37 0.51
Hex B0 81 55 0 1B 34 1F 1D 25 33
Octal 260 201 125 0 33 64 37 35 45 63
Binary 10110000 10000001 1010101 0 11011 110100 11111 11101 100101 110011

Color Harmonies of #B08155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08155

Black with #B08155

Text Example


Text Example

White with #B08155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08155; }

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

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

background-color css

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

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

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

border-color css

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

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

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