Html Css Color HEX #B08355 Muddy Waters

📋 copy color: '#B08355'

red 176 ◦ green 131 ◦ blue 85

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

Shades of Muddy Waters #B08355

Tints of Muddy Waters #B08355

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.42%

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

R = 44.9%
G = 33.42%
B = 21.68%

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

#B08355 (or 0xB08355) is known color: Muddy Waters. HEX triplet: B0, 83 and 55. RGB value is (176,131,85). Sum of RGB (Red+Green+Blue) = 176+131+85=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 85 (33.59% from 255 or 21.68% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B08355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08355 is #4F7CAA. Grayscale: #8B8B8B. Windows color (decimal): -5209259 or 5604272. OLE color: 5604272.

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

Color convert

RGB 176 131 85 -
CMYK 0 0.26 0.52 0.31
HSL 30.33º 0.37% 0.51% -
HSV(B) 30.33º 0.52% 0.69% -
XYZ 27.66 26.12 12.18 -
YUV 139.21 97.41 154.24 -
System Red Green Blue C M Y K H S L
Decimal 176 131 85 0 0.26 0.52 0.31 30.33 0.37 0.51
Hex B0 83 55 0 1A 34 1F 1E 25 33
Octal 260 203 125 0 32 64 37 36 45 63
Binary 10110000 10000011 1010101 0 11010 110100 11111 11110 100101 110011

Color Harmonies of #B08355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08355

Black with #B08355

Text Example


Text Example

White with #B08355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08355; }

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

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

background-color css

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

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

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

border-color css

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

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

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