Html Css Color HEX #B0894A Muddy Waters

📋 copy color: '#B0894A'

red 176 ◦ green 137 ◦ blue 74

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

Shades of Muddy Waters #B0894A

Tints of Muddy Waters #B0894A

RGB

 RED value IS 176 (69.14% from 255) = 45.48%

 GREEN value IS 137 (53.91% from 255) = 35.4%

 BLUE value IS 74 (29.3% from 255) = 19.12%

R = 45.48%
G = 35.4%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B0894A (or 0xB0894A) is known color: Muddy Waters. HEX triplet: B0, 89 and 4A. RGB value is (176,137,74). Sum of RGB (Red+Green+Blue) = 176+137+74=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B0894A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0894A is #4F76B5. Grayscale: #8D8D8D. Windows color (decimal): -5207734 or 4884912. OLE color: 4884912.

HSL color Cylindrical-coordinate representation of color #B0894A: hue angle of 37.06º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B0894A is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 137 74 -
CMYK 0 0.22 0.58 0.31
HSL 37.06º 0.41% 0.49% -
HSV(B) 37.06º 0.58% 0.69% -
XYZ 28.09 27.62 10.33 -
YUV 141.48 89.92 152.62 -
System Red Green Blue C M Y K H S L
Decimal 176 137 74 0 0.22 0.58 0.31 37.06 0.41 0.49
Hex B0 89 4A 0 16 3A 1F 25 29 31
Octal 260 211 112 0 26 72 37 45 51 61
Binary 10110000 10001001 1001010 0 10110 111010 11111 100101 101001 110001

Color Harmonies of #B0894A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0894A

Black with #B0894A

Text Example


Text Example

White with #B0894A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0894A; }

 p { color: rgb(176,137,74); }

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

background-color css

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

 a { background-color: rgb(176,137,74); }

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

border-color css

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

 span { border-color: rgb(176,137,74); }

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