Html Css Color HEX #B08051 Muddy Waters

📋 copy color: '#B08051'

red 176 ◦ green 128 ◦ blue 81

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

Shades of Muddy Waters #B08051

Tints of Muddy Waters #B08051

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.25%

 BLUE value IS 81 (32.03% from 255) = 21.04%

R = 45.71%
G = 33.25%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#B08051 (or 0xB08051) is known color: Muddy Waters. HEX triplet: B0, 80 and 51. RGB value is (176,128,81). Sum of RGB (Red+Green+Blue) = 176+128+81=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 81 (32.03% from 255 or 21.04% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B08051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08051 is #4F7FAE. Grayscale: #898989. Windows color (decimal): -5210031 or 5341360. OLE color: 5341360.

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

Color convert

RGB 176 128 81 -
CMYK 0 0.27 0.54 0.31
HSL 29.68º 0.38% 0.5% -
HSV(B) 29.68º 0.54% 0.69% -
XYZ 27.11 25.26 11.23 -
YUV 136.99 96.4 155.82 -
System Red Green Blue C M Y K H S L
Decimal 176 128 81 0 0.27 0.54 0.31 29.68 0.38 0.5
Hex B0 80 51 0 1B 36 1F 1E 26 32
Octal 260 200 121 0 33 66 37 36 46 62
Binary 10110000 10000000 1010001 0 11011 110110 11111 11110 100110 110010

Color Harmonies of #B08051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08051

Black with #B08051

Text Example


Text Example

White with #B08051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08051; }

 p { color: rgb(176,128,81); }

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

background-color css

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

 a { background-color: rgb(176,128,81); }

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

border-color css

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

 span { border-color: rgb(176,128,81); }

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