Html Css Color HEX #B18253 Muddy Waters

📋 copy color: '#B18253'

red 177 ◦ green 130 ◦ blue 83

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

Shades of Muddy Waters #B18253

Tints of Muddy Waters #B18253

RGB

 RED value IS 177 (69.53% from 255) = 45.38%

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

 BLUE value IS 83 (32.81% from 255) = 21.28%

R = 45.38%
G = 33.33%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B18253 (or 0xB18253) is known color: Muddy Waters. HEX triplet: B1, 82 and 53. RGB value is (177,130,83). Sum of RGB (Red+Green+Blue) = 177+130+83=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 83 (32.81% from 255 or 21.28% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B18253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18253 is #4E7DAC. Grayscale: #8A8A8A. Windows color (decimal): -5143981 or 5472945. OLE color: 5472945.

HSL color Cylindrical-coordinate representation of color #B18253: hue angle of 30º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B18253 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 130 83 -
CMYK 0 0.27 0.53 0.31
HSL 30º 0.38% 0.51% -
HSV(B) 30º 0.53% 0.69% -
XYZ 27.68 25.94 11.73 -
YUV 138.7 96.57 155.32 -
System Red Green Blue C M Y K H S L
Decimal 177 130 83 0 0.27 0.53 0.31 30 0.38 0.51
Hex B1 82 53 0 1B 35 1F 1E 26 33
Octal 261 202 123 0 33 65 37 36 46 63
Binary 10110001 10000010 1010011 0 11011 110101 11111 11110 100110 110011

Color Harmonies of #B18253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18253

Black with #B18253

Text Example


Text Example

White with #B18253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18253; }

 p { color: rgb(177,130,83); }

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

background-color css

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

 a { background-color: rgb(177,130,83); }

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

border-color css

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

 span { border-color: rgb(177,130,83); }

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