Html Css Color HEX #B1824E Muddy Waters

📋 copy color: '#B1824E'

red 177 ◦ green 130 ◦ blue 78

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

Shades of Muddy Waters #B1824E

Tints of Muddy Waters #B1824E

RGB

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

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

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

R = 45.97%
G = 33.77%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B1824E (or 0xB1824E) is known color: Muddy Waters. HEX triplet: B1, 82 and 4E. RGB value is (177,130,78). Sum of RGB (Red+Green+Blue) = 177+130+78=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B1824E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1824E is #4E7DB1. Grayscale: #8A8A8A. Windows color (decimal): -5143986 or 5145265. OLE color: 5145265.

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

Color convert

RGB 177 130 78 -
CMYK 0 0.27 0.56 0.31
HSL 31.52º 0.39% 0.5% -
HSV(B) 31.52º 0.56% 0.69% -
XYZ 27.49 25.86 10.75 -
YUV 138.13 94.07 155.73 -
System Red Green Blue C M Y K H S L
Decimal 177 130 78 0 0.27 0.56 0.31 31.52 0.39 0.5
Hex B1 82 4E 0 1B 38 1F 20 27 32
Octal 261 202 116 0 33 70 37 40 47 62
Binary 10110001 10000010 1001110 0 11011 111000 11111 100000 100111 110010

Color Harmonies of #B1824E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1824E

Black with #B1824E

Text Example


Text Example

White with #B1824E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1824E; }

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

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

background-color css

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

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

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

border-color css

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

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

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