Html Css Color HEX #B08255 Muddy Waters

📋 copy color: '#B08255'

red 176 ◦ green 130 ◦ blue 85

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

Shades of Muddy Waters #B08255

Tints of Muddy Waters #B08255

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.25%

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

R = 45.01%
G = 33.25%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B08255 (or 0xB08255) is known color: Muddy Waters. HEX triplet: B0, 82 and 55. RGB value is (176,130,85). Sum of RGB (Red+Green+Blue) = 176+130+85=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B08255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08255 is #4F7DAA. Grayscale: #8A8A8A. Windows color (decimal): -5209515 or 5604016. OLE color: 5604016.

HSL color Cylindrical-coordinate representation of color #B08255: hue angle of 29.67º 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 #B08255 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 130 85 -
CMYK 0 0.26 0.52 0.31
HSL 29.67º 0.37% 0.51% -
HSV(B) 29.67º 0.52% 0.69% -
XYZ 27.53 25.85 12.13 -
YUV 138.62 97.74 154.66 -
System Red Green Blue C M Y K H S L
Decimal 176 130 85 0 0.26 0.52 0.31 29.67 0.37 0.51
Hex B0 82 55 0 1A 34 1F 1E 25 33
Octal 260 202 125 0 32 64 37 36 45 63
Binary 10110000 10000010 1010101 0 11010 110100 11111 11110 100101 110011

Color Harmonies of #B08255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08255

Black with #B08255

Text Example


Text Example

White with #B08255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08255; }

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

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

background-color css

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

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

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

border-color css

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

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

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