Html Css Color HEX #B18250 Muddy Waters

📋 copy color: '#B18250'

red 177 ◦ green 130 ◦ blue 80

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

Shades of Muddy Waters #B18250

Tints of Muddy Waters #B18250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.67%

R = 45.74%
G = 33.59%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B18250 (or 0xB18250) is known color: Muddy Waters. HEX triplet: B1, 82 and 50. RGB value is (177,130,80). Sum of RGB (Red+Green+Blue) = 177+130+80=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B18250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18250 is #4E7DAF. Grayscale: #8A8A8A. Windows color (decimal): -5143984 or 5276337. OLE color: 5276337.

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

Color convert

RGB 177 130 80 -
CMYK 0 0.27 0.55 0.31
HSL 30.93º 0.38% 0.5% -
HSV(B) 30.93º 0.55% 0.69% -
XYZ 27.56 25.89 11.13 -
YUV 138.35 95.07 155.57 -
System Red Green Blue C M Y K H S L
Decimal 177 130 80 0 0.27 0.55 0.31 30.93 0.38 0.5
Hex B1 82 50 0 1B 37 1F 1F 26 32
Octal 261 202 120 0 33 67 37 37 46 62
Binary 10110001 10000010 1010000 0 11011 110111 11111 11111 100110 110010

Color Harmonies of #B18250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18250

Black with #B18250

Text Example


Text Example

White with #B18250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18250; }

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

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

background-color css

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

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

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

border-color css

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

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

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