Html Css Color HEX #B2864B Muddy Waters

📋 copy color: '#B2864B'

red 178 ◦ green 134 ◦ blue 75

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

Shades of Muddy Waters #B2864B

Tints of Muddy Waters #B2864B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.63%

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

R = 45.99%
G = 34.63%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B2864B (or 0xB2864B) is known color: Muddy Waters. HEX triplet: B2, 86 and 4B. RGB value is (178,134,75). Sum of RGB (Red+Green+Blue) = 178+134+75=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 75 (29.69% from 255 or 19.38% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B2864B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2864B is #4D79B4. Grayscale: #8C8C8C. Windows color (decimal): -5077429 or 4949682. OLE color: 4949682.

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

Color convert

RGB 178 134 75 -
CMYK 0 0.25 0.58 0.30
HSL 34.37º 0.41% 0.5% -
HSV(B) 34.37º 0.58% 0.7% -
XYZ 28.16 27.02 10.39 -
YUV 140.43 91.08 154.8 -
System Red Green Blue C M Y K H S L
Decimal 178 134 75 0 0.25 0.58 0.30 34.37 0.41 0.5
Hex B2 86 4B 0 19 3A 1E 22 29 32
Octal 262 206 113 0 31 72 36 42 51 62
Binary 10110010 10000110 1001011 0 11001 111010 11110 100010 101001 110010

Color Harmonies of #B2864B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2864B

Black with #B2864B

Text Example


Text Example

White with #B2864B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2864B; }

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

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

background-color css

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

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

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

border-color css

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

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

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