Html Css Color HEX #B0844F Muddy Waters

📋 copy color: '#B0844F'

red 176 ◦ green 132 ◦ blue 79

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

Shades of Muddy Waters #B0844F

Tints of Muddy Waters #B0844F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.11%

 BLUE value IS 79 (31.25% from 255) = 20.41%

R = 45.48%
G = 34.11%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B0844F (or 0xB0844F) is known color: Muddy Waters. HEX triplet: B0, 84 and 4F. RGB value is (176,132,79). Sum of RGB (Red+Green+Blue) = 176+132+79=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 79 (31.25% from 255 or 20.41% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B0844F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0844F is #4F7BB0. Grayscale: #8B8B8B. Windows color (decimal): -5209009 or 5211312. OLE color: 5211312.

HSL color Cylindrical-coordinate representation of color #B0844F: hue angle of 32.78º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B0844F is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 132 79 -
CMYK 0 0.25 0.55 0.31
HSL 32.78º 0.38% 0.5% -
HSV(B) 32.78º 0.55% 0.69% -
XYZ 27.57 26.3 11.02 -
YUV 139.11 94.08 154.31 -
System Red Green Blue C M Y K H S L
Decimal 176 132 79 0 0.25 0.55 0.31 32.78 0.38 0.5
Hex B0 84 4F 0 19 37 1F 21 26 32
Octal 260 204 117 0 31 67 37 41 46 62
Binary 10110000 10000100 1001111 0 11001 110111 11111 100001 100110 110010

Color Harmonies of #B0844F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0844F

Black with #B0844F

Text Example


Text Example

White with #B0844F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0844F; }

 p { color: rgb(176,132,79); }

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

background-color css

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

 a { background-color: rgb(176,132,79); }

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

border-color css

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

 span { border-color: rgb(176,132,79); }

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