Html Css Color HEX #B08257 Muddy Waters

📋 copy color: '#B08257'

red 176 ◦ green 130 ◦ blue 87

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

Shades of Muddy Waters #B08257

Tints of Muddy Waters #B08257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 22.14%

R = 44.78%
G = 33.08%
B = 22.14%

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

#B08257 (or 0xB08257) is known color: Muddy Waters. HEX triplet: B0, 82 and 57. RGB value is (176,130,87). Sum of RGB (Red+Green+Blue) = 176+130+87=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 87 (34.38% from 255 or 22.14% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B08257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08257 is #4F7DA8. Grayscale: #8B8B8B. Windows color (decimal): -5209513 or 5735088. OLE color: 5735088.

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

Color convert

RGB 176 130 87 -
CMYK 0 0.26 0.51 0.31
HSL 28.99º 0.36% 0.52% -
HSV(B) 28.99º 0.51% 0.69% -
XYZ 27.61 25.88 12.56 -
YUV 138.85 98.74 154.5 -
System Red Green Blue C M Y K H S L
Decimal 176 130 87 0 0.26 0.51 0.31 28.99 0.36 0.52
Hex B0 82 57 0 1A 33 1F 1D 24 34
Octal 260 202 127 0 32 63 37 35 44 64
Binary 10110000 10000010 1010111 0 11010 110011 11111 11101 100100 110100

Color Harmonies of #B08257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08257

Black with #B08257

Text Example


Text Example

White with #B08257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08257; }

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

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

background-color css

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

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

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

border-color css

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

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

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