Html Css Color HEX #B7844B Muddy Waters

📋 copy color: '#B7844B'

red 183 ◦ green 132 ◦ blue 75

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

Shades of Muddy Waters #B7844B

Tints of Muddy Waters #B7844B

RGB

 RED value IS 183 (71.88% from 255) = 46.92%

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

 BLUE value IS 75 (29.69% from 255) = 19.23%

R = 46.92%
G = 33.85%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B7844B (or 0xB7844B) is known color: Muddy Waters. HEX triplet: B7, 84 and 4B. RGB value is (183,132,75). Sum of RGB (Red+Green+Blue) = 183+132+75=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 75 (29.69% from 255 or 19.23% from 390); Max value from RGB is 183 - color contains mainly: red. Hex color #B7844B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7844B is #487BB4. Grayscale: #8D8D8D. Windows color (decimal): -4750261 or 4949175. OLE color: 4949175.

HSL color Cylindrical-coordinate representation of color #B7844B: hue angle of 31.67º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B7844B is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 132 75 -
CMYK 0 0.28 0.59 0.28
HSL 31.67º 0.43% 0.51% -
HSV(B) 31.67º 0.59% 0.72% -
XYZ 29.05 27.08 10.35 -
YUV 140.75 90.9 158.13 -
System Red Green Blue C M Y K H S L
Decimal 183 132 75 0 0.28 0.59 0.28 31.67 0.43 0.51
Hex B7 84 4B 0 1C 3B 1C 20 2B 33
Octal 267 204 113 0 34 73 34 40 53 63
Binary 10110111 10000100 1001011 0 11100 111011 11100 100000 101011 110011

Color Harmonies of #B7844B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7844B

Black with #B7844B

Text Example


Text Example

White with #B7844B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7844B; }

 p { color: rgb(183,132,75); }

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

background-color css

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

 a { background-color: rgb(183,132,75); }

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

border-color css

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

 span { border-color: rgb(183,132,75); }

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