Html Css Color HEX #B2814C Muddy Waters

📋 copy color: '#B2814C'

red 178 ◦ green 129 ◦ blue 76

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

Shades of Muddy Waters #B2814C

Tints of Muddy Waters #B2814C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.68%

 BLUE value IS 76 (30.08% from 255) = 19.84%

R = 46.48%
G = 33.68%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B2814C (or 0xB2814C) is known color: Muddy Waters. HEX triplet: B2, 81 and 4C. RGB value is (178,129,76). Sum of RGB (Red+Green+Blue) = 178+129+76=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 76 (30.08% from 255 or 19.84% from 383); Max value from RGB is 178 - color contains mainly: red. Hex color #B2814C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2814C is #4D7EB3. Grayscale: #898989. Windows color (decimal): -5078708 or 5013938. OLE color: 5013938.

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

Color convert

RGB 178 129 76 -
CMYK 0 0.28 0.57 0.30
HSL 31.18º 0.4% 0.5% -
HSV(B) 31.18º 0.57% 0.7% -
XYZ 27.51 25.69 10.35 -
YUV 137.61 93.23 156.81 -
System Red Green Blue C M Y K H S L
Decimal 178 129 76 0 0.28 0.57 0.30 31.18 0.4 0.5
Hex B2 81 4C 0 1C 39 1E 1F 28 32
Octal 262 201 114 0 34 71 36 37 50 62
Binary 10110010 10000001 1001100 0 11100 111001 11110 11111 101000 110010

Color Harmonies of #B2814C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2814C

Black with #B2814C

Text Example


Text Example

White with #B2814C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2814C; }

 p { color: rgb(178,129,76); }

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

background-color css

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

 a { background-color: rgb(178,129,76); }

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

border-color css

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

 span { border-color: rgb(178,129,76); }

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