Html Css Color HEX #B08044 Muddy Waters

📋 copy color: '#B08044'

red 176 ◦ green 128 ◦ blue 68

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

Shades of Muddy Waters #B08044

Tints of Muddy Waters #B08044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.28%

R = 47.31%
G = 34.41%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B08044 (or 0xB08044) is known color: Muddy Waters. HEX triplet: B0, 80 and 44. RGB value is (176,128,68). Sum of RGB (Red+Green+Blue) = 176+128+68=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 68 (26.95% from 255 or 18.28% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B08044 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08044 is #4F7FBB. Grayscale: #878787. Windows color (decimal): -5210044 or 4489392. OLE color: 4489392.

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

Color convert

RGB 176 128 68 -
CMYK 0 0.27 0.61 0.31
HSL 33.33º 0.44% 0.48% -
HSV(B) 33.33º 0.61% 0.69% -
XYZ 26.67 25.09 8.91 -
YUV 135.51 89.9 156.88 -
System Red Green Blue C M Y K H S L
Decimal 176 128 68 0 0.27 0.61 0.31 33.33 0.44 0.48
Hex B0 80 44 0 1B 3D 1F 21 2C 30
Octal 260 200 104 0 33 75 37 41 54 60
Binary 10110000 10000000 1000100 0 11011 111101 11111 100001 101100 110000

Color Harmonies of #B08044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08044

Black with #B08044

Text Example


Text Example

White with #B08044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08044; }

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

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

background-color css

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

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

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

border-color css

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

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

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