Html Css Color HEX #B6824E Muddy Waters

📋 copy color: '#B6824E'

red 182 ◦ green 130 ◦ blue 78

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

Shades of Muddy Waters #B6824E

Tints of Muddy Waters #B6824E

RGB

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

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

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

R = 46.67%
G = 33.33%
B = 20%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B6824E (or 0xB6824E) is known color: Muddy Waters. HEX triplet: B6, 82 and 4E. RGB value is (182,130,78). Sum of RGB (Red+Green+Blue) = 182+130+78=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 78 (30.86% from 255 or 20% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B6824E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6824E is #497DB1. Grayscale: #8B8B8B. Windows color (decimal): -4816306 or 5145270. OLE color: 5145270.

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

Color convert

RGB 182 130 78 -
CMYK 0 0.29 0.57 0.29
HSL 30º 0.42% 0.51% -
HSV(B) 30º 0.57% 0.71% -
XYZ 28.65 26.46 10.81 -
YUV 139.62 93.23 158.23 -
System Red Green Blue C M Y K H S L
Decimal 182 130 78 0 0.29 0.57 0.29 30 0.42 0.51
Hex B6 82 4E 0 1D 39 1D 1E 2A 33
Octal 266 202 116 0 35 71 35 36 52 63
Binary 10110110 10000010 1001110 0 11101 111001 11101 11110 101010 110011

Color Harmonies of #B6824E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6824E

Black with #B6824E

Text Example


Text Example

White with #B6824E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6824E; }

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

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

background-color css

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

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

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

border-color css

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

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

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