Html Css Color HEX #B28146 Muddy Waters

📋 copy color: '#B28146'

red 178 ◦ green 129 ◦ blue 70

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

Shades of Muddy Waters #B28146

Tints of Muddy Waters #B28146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.57%

R = 47.21%
G = 34.22%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B28146 (or 0xB28146) is known color: Muddy Waters. HEX triplet: B2, 81 and 46. RGB value is (178,129,70). Sum of RGB (Red+Green+Blue) = 178+129+70=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 178 - color contains mainly: red. Hex color #B28146 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28146 is #4D7EB9. Grayscale: #898989. Windows color (decimal): -5078714 or 4620722. OLE color: 4620722.

HSL color Cylindrical-coordinate representation of color #B28146: hue angle of 32.78º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B28146 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 129 70 -
CMYK 0 0.28 0.61 0.30
HSL 32.78º 0.44% 0.49% -
HSV(B) 32.78º 0.61% 0.7% -
XYZ 27.32 25.61 9.3 -
YUV 136.93 90.23 157.3 -
System Red Green Blue C M Y K H S L
Decimal 178 129 70 0 0.28 0.61 0.30 32.78 0.44 0.49
Hex B2 81 46 0 1C 3D 1E 21 2C 31
Octal 262 201 106 0 34 75 36 41 54 61
Binary 10110010 10000001 1000110 0 11100 111101 11110 100001 101100 110001

Color Harmonies of #B28146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28146

Black with #B28146

Text Example


Text Example

White with #B28146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28146; }

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

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

background-color css

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

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

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

border-color css

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

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

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