Html Css Color HEX #B08356 Muddy Waters

📋 copy color: '#B08356'

red 176 ◦ green 131 ◦ blue 86

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

Shades of Muddy Waters #B08356

Tints of Muddy Waters #B08356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 21.88%

R = 44.78%
G = 33.33%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B08356 (or 0xB08356) is known color: Muddy Waters. HEX triplet: B0, 83 and 56. RGB value is (176,131,86). Sum of RGB (Red+Green+Blue) = 176+131+86=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 86 (33.98% from 255 or 21.88% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B08356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08356 is #4F7CA9. Grayscale: #8B8B8B. Windows color (decimal): -5209258 or 5669808. OLE color: 5669808.

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

Color convert

RGB 176 131 86 -
CMYK 0 0.26 0.51 0.31
HSL 30º 0.36% 0.51% -
HSV(B) 30º 0.51% 0.69% -
XYZ 27.7 26.13 12.39 -
YUV 139.33 97.91 154.16 -
System Red Green Blue C M Y K H S L
Decimal 176 131 86 0 0.26 0.51 0.31 30 0.36 0.51
Hex B0 83 56 0 1A 33 1F 1E 24 33
Octal 260 203 126 0 32 63 37 36 44 63
Binary 10110000 10000011 1010110 0 11010 110011 11111 11110 100100 110011

Color Harmonies of #B08356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08356

Black with #B08356

Text Example


Text Example

White with #B08356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08356; }

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

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

background-color css

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

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

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

border-color css

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

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

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