Html Css Color HEX #B28145 Muddy Waters

📋 copy color: '#B28145'

red 178 ◦ green 129 ◦ blue 69

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

Shades of Muddy Waters #B28145

Tints of Muddy Waters #B28145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.35%

R = 47.34%
G = 34.31%
B = 18.35%

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

#B28145 (or 0xB28145) is known color: Muddy Waters. HEX triplet: B2, 81 and 45. RGB value is (178,129,69). Sum of RGB (Red+Green+Blue) = 178+129+69=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 69 (27.34% from 255 or 18.35% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B28145 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28145 is #4D7EBA. Grayscale: #898989. Windows color (decimal): -5078715 or 4555186. OLE color: 4555186.

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

Color convert

RGB 178 129 69 -
CMYK 0 0.28 0.61 0.30
HSL 33.03º 0.44% 0.48% -
HSV(B) 33.03º 0.61% 0.7% -
XYZ 27.28 25.6 9.13 -
YUV 136.81 89.73 157.38 -
System Red Green Blue C M Y K H S L
Decimal 178 129 69 0 0.28 0.61 0.30 33.03 0.44 0.48
Hex B2 81 45 0 1C 3D 1E 21 2C 30
Octal 262 201 105 0 34 75 36 41 54 60
Binary 10110010 10000001 1000101 0 11100 111101 11110 100001 101100 110000

Color Harmonies of #B28145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28145

Black with #B28145

Text Example


Text Example

White with #B28145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28145; }

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

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

background-color css

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

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

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

border-color css

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

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

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