Html Css Color HEX #B2844B Muddy Waters

📋 copy color: '#B2844B'

red 178 ◦ green 132 ◦ blue 75

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

Shades of Muddy Waters #B2844B

Tints of Muddy Waters #B2844B

RGB

 RED value IS 178 (69.92% from 255) = 46.23%

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

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

R = 46.23%
G = 34.29%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B2844B (or 0xB2844B) is known color: Muddy Waters. HEX triplet: B2, 84 and 4B. RGB value is (178,132,75). Sum of RGB (Red+Green+Blue) = 178+132+75=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B2844B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2844B is #4D7BB4. Grayscale: #8B8B8B. Windows color (decimal): -5077941 or 4949170. OLE color: 4949170.

HSL color Cylindrical-coordinate representation of color #B2844B: hue angle of 33.2º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2844B is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 132 75 -
CMYK 0 0.26 0.58 0.30
HSL 33.2º 0.41% 0.5% -
HSV(B) 33.2º 0.58% 0.7% -
XYZ 27.88 26.48 10.3 -
YUV 139.26 91.74 155.63 -
System Red Green Blue C M Y K H S L
Decimal 178 132 75 0 0.26 0.58 0.30 33.2 0.41 0.5
Hex B2 84 4B 0 1A 3A 1E 21 29 32
Octal 262 204 113 0 32 72 36 41 51 62
Binary 10110010 10000100 1001011 0 11010 111010 11110 100001 101001 110010

Color Harmonies of #B2844B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2844B

Black with #B2844B

Text Example


Text Example

White with #B2844B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2844B; }

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

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

background-color css

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

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

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

border-color css

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

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

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