Html Css Color HEX #B3874B Muddy Waters

📋 copy color: '#B3874B'

red 179 ◦ green 135 ◦ blue 75

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

Shades of Muddy Waters #B3874B

Tints of Muddy Waters #B3874B

RGB

 RED value IS 179 (70.31% from 255) = 46.02%

 GREEN value IS 135 (53.13% from 255) = 34.7%

 BLUE value IS 75 (29.69% from 255) = 19.28%

R = 46.02%
G = 34.7%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B3874B (or 0xB3874B) is known color: Muddy Waters. HEX triplet: B3, 87 and 4B. RGB value is (179,135,75). Sum of RGB (Red+Green+Blue) = 179+135+75=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 179 - color contains mainly: red. Hex color #B3874B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3874B is #4C78B4. Grayscale: #8D8D8D. Windows color (decimal): -5011637 or 4949939. OLE color: 4949939.

HSL color Cylindrical-coordinate representation of color #B3874B: hue angle of 34.62º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B3874B is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 135 75 -
CMYK 0 0.25 0.58 0.30
HSL 34.62º 0.41% 0.5% -
HSV(B) 34.62º 0.58% 0.7% -
XYZ 28.52 27.42 10.45 -
YUV 141.32 90.58 154.88 -
System Red Green Blue C M Y K H S L
Decimal 179 135 75 0 0.25 0.58 0.30 34.62 0.41 0.5
Hex B3 87 4B 0 19 3A 1E 23 29 32
Octal 263 207 113 0 31 72 36 43 51 62
Binary 10110011 10000111 1001011 0 11001 111010 11110 100011 101001 110010

Color Harmonies of #B3874B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3874B

Black with #B3874B

Text Example


Text Example

White with #B3874B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3874B; }

 p { color: rgb(179,135,75); }

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

background-color css

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

 a { background-color: rgb(179,135,75); }

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

border-color css

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

 span { border-color: rgb(179,135,75); }

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