Html Css Color HEX #B0854A Muddy Waters

📋 copy color: '#B0854A'

red 176 ◦ green 133 ◦ blue 74

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

Shades of Muddy Waters #B0854A

Tints of Muddy Waters #B0854A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.73%

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

R = 45.95%
G = 34.73%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B0854A (or 0xB0854A) is known color: Muddy Waters. HEX triplet: B0, 85 and 4A. RGB value is (176,133,74). Sum of RGB (Red+Green+Blue) = 176+133+74=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B0854A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0854A is #4F7AB5. Grayscale: #8B8B8B. Windows color (decimal): -5208758 or 4883888. OLE color: 4883888.

HSL color Cylindrical-coordinate representation of color #B0854A: hue angle of 34.71º 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 #B0854A is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 133 74 -
CMYK 0 0.24 0.58 0.31
HSL 34.71º 0.41% 0.49% -
HSV(B) 34.71º 0.58% 0.69% -
XYZ 27.53 26.5 10.14 -
YUV 139.13 91.25 154.3 -
System Red Green Blue C M Y K H S L
Decimal 176 133 74 0 0.24 0.58 0.31 34.71 0.41 0.49
Hex B0 85 4A 0 18 3A 1F 23 29 31
Octal 260 205 112 0 30 72 37 43 51 61
Binary 10110000 10000101 1001010 0 11000 111010 11111 100011 101001 110001

Color Harmonies of #B0854A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0854A

Black with #B0854A

Text Example


Text Example

White with #B0854A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0854A; }

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

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

background-color css

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

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

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

border-color css

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

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

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