Html Css Color HEX #B6824B Muddy Waters

📋 copy color: '#B6824B'

red 182 ◦ green 130 ◦ blue 75

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

Shades of Muddy Waters #B6824B

Tints of Muddy Waters #B6824B

RGB

 RED value IS 182 (71.48% from 255) = 47.03%

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

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

R = 47.03%
G = 33.59%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B6824B (or 0xB6824B) is known color: Muddy Waters. HEX triplet: B6, 82 and 4B. RGB value is (182,130,75). Sum of RGB (Red+Green+Blue) = 182+130+75=387 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.03% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 75 (29.69% from 255 or 19.38% from 387); Max value from RGB is 182 - color contains mainly: red. Hex color #B6824B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6824B is #497DB4. Grayscale: #8B8B8B. Windows color (decimal): -4816309 or 4948662. OLE color: 4948662.

HSL color Cylindrical-coordinate representation of color #B6824B: hue angle of 30.84º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B6824B is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 130 75 -
CMYK 0 0.29 0.59 0.29
HSL 30.84º 0.42% 0.5% -
HSV(B) 30.84º 0.59% 0.71% -
XYZ 28.54 26.42 10.25 -
YUV 139.28 91.73 158.47 -
System Red Green Blue C M Y K H S L
Decimal 182 130 75 0 0.29 0.59 0.29 30.84 0.42 0.5
Hex B6 82 4B 0 1D 3B 1D 1F 2A 32
Octal 266 202 113 0 35 73 35 37 52 62
Binary 10110110 10000010 1001011 0 11101 111011 11101 11111 101010 110010

Color Harmonies of #B6824B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6824B

Black with #B6824B

Text Example


Text Example

White with #B6824B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6824B; }

 p { color: rgb(182,130,75); }

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

background-color css

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

 a { background-color: rgb(182,130,75); }

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

border-color css

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

 span { border-color: rgb(182,130,75); }

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