Html Css Color HEX #B2814B Muddy Waters

📋 copy color: '#B2814B'

red 178 ◦ green 129 ◦ blue 75

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

Shades of Muddy Waters #B2814B

Tints of Muddy Waters #B2814B

RGB

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

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

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

R = 46.6%
G = 33.77%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B2814B (or 0xB2814B) is known color: Muddy Waters. HEX triplet: B2, 81 and 4B. RGB value is (178,129,75). Sum of RGB (Red+Green+Blue) = 178+129+75=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 178 - color contains mainly: red. Hex color #B2814B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2814B is #4D7EB4. Grayscale: #898989. Windows color (decimal): -5078709 or 4948402. OLE color: 4948402.

HSL color Cylindrical-coordinate representation of color #B2814B: hue angle of 31.46º 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 #B2814B is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 129 75 -
CMYK 0 0.28 0.58 0.30
HSL 31.46º 0.41% 0.5% -
HSV(B) 31.46º 0.58% 0.7% -
XYZ 27.48 25.67 10.16 -
YUV 137.5 92.73 156.89 -
System Red Green Blue C M Y K H S L
Decimal 178 129 75 0 0.28 0.58 0.30 31.46 0.41 0.5
Hex B2 81 4B 0 1C 3A 1E 1F 29 32
Octal 262 201 113 0 34 72 36 37 51 62
Binary 10110010 10000001 1001011 0 11100 111010 11110 11111 101001 110010

Color Harmonies of #B2814B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2814B

Black with #B2814B

Text Example


Text Example

White with #B2814B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2814B; }

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

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

background-color css

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

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

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

border-color css

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

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

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