Html Css Color HEX #B2824E Muddy Waters

📋 copy color: '#B2824E'

red 178 ◦ green 130 ◦ blue 78

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

Shades of Muddy Waters #B2824E

Tints of Muddy Waters #B2824E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.68%

 BLUE value IS 78 (30.86% from 255) = 20.21%

R = 46.11%
G = 33.68%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B2824E (or 0xB2824E) is known color: Muddy Waters. HEX triplet: B2, 82 and 4E. RGB value is (178,130,78). Sum of RGB (Red+Green+Blue) = 178+130+78=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 78 (30.86% from 255 or 20.21% from 386); Max value from RGB is 178 - color contains mainly: red. Hex color #B2824E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2824E is #4D7DB1. Grayscale: #8A8A8A. Windows color (decimal): -5078450 or 5145266. OLE color: 5145266.

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

Color convert

RGB 178 130 78 -
CMYK 0 0.27 0.56 0.30
HSL 31.2º 0.39% 0.5% -
HSV(B) 31.2º 0.56% 0.7% -
XYZ 27.72 25.98 10.76 -
YUV 138.42 93.9 156.23 -
System Red Green Blue C M Y K H S L
Decimal 178 130 78 0 0.27 0.56 0.30 31.2 0.39 0.5
Hex B2 82 4E 0 1B 38 1E 1F 27 32
Octal 262 202 116 0 33 70 36 37 47 62
Binary 10110010 10000010 1001110 0 11011 111000 11110 11111 100111 110010

Color Harmonies of #B2824E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2824E

Black with #B2824E

Text Example


Text Example

White with #B2824E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2824E; }

 p { color: rgb(178,130,78); }

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

background-color css

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

 a { background-color: rgb(178,130,78); }

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

border-color css

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

 span { border-color: rgb(178,130,78); }

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